diff options
author | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-01 14:38:11 +0800 |
---|---|---|
committer | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-01 14:38:11 +0800 |
commit | 7da45d65be36d36b880cc55c5036e96c24b53f00 (patch) | |
tree | d4f944eb4f8f8de50a9a7584ffa408dc3a3185b2 /src/ceph/qa/suites/rados/mgr/tasks | |
parent | 691462d09d0987b47e112d6ee8740375df3c51b2 (diff) |
remove ceph code
This patch removes initial ceph code, due to license issue.
Change-Id: I092d44f601cdf34aed92300fe13214925563081c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/qa/suites/rados/mgr/tasks')
-rw-r--r-- | src/ceph/qa/suites/rados/mgr/tasks/dashboard.yaml | 16 | ||||
-rw-r--r-- | src/ceph/qa/suites/rados/mgr/tasks/failover.yaml | 16 | ||||
-rw-r--r-- | src/ceph/qa/suites/rados/mgr/tasks/module_selftest.yaml | 19 | ||||
-rw-r--r-- | src/ceph/qa/suites/rados/mgr/tasks/workunits.yaml | 16 |
4 files changed, 0 insertions, 67 deletions
diff --git a/src/ceph/qa/suites/rados/mgr/tasks/dashboard.yaml b/src/ceph/qa/suites/rados/mgr/tasks/dashboard.yaml deleted file mode 100644 index 3065e11..0000000 --- a/src/ceph/qa/suites/rados/mgr/tasks/dashboard.yaml +++ /dev/null @@ -1,16 +0,0 @@ - -tasks: - - install: - - ceph: - # tests may leave mgrs broken, so don't try and call into them - # to invoke e.g. pg dump during teardown. - wait-for-scrub: false - log-whitelist: - - overall HEALTH_ - - \(MGR_DOWN\) - - \(PG_ - - replacing it with standby - - No standby daemons available - - cephfs_test_runner: - modules: - - tasks.mgr.test_dashboard diff --git a/src/ceph/qa/suites/rados/mgr/tasks/failover.yaml b/src/ceph/qa/suites/rados/mgr/tasks/failover.yaml deleted file mode 100644 index 34be471..0000000 --- a/src/ceph/qa/suites/rados/mgr/tasks/failover.yaml +++ /dev/null @@ -1,16 +0,0 @@ - -tasks: - - install: - - ceph: - # tests may leave mgrs broken, so don't try and call into them - # to invoke e.g. pg dump during teardown. - wait-for-scrub: false - log-whitelist: - - overall HEALTH_ - - \(MGR_DOWN\) - - \(PG_ - - replacing it with standby - - No standby daemons available - - cephfs_test_runner: - modules: - - tasks.mgr.test_failover diff --git a/src/ceph/qa/suites/rados/mgr/tasks/module_selftest.yaml b/src/ceph/qa/suites/rados/mgr/tasks/module_selftest.yaml deleted file mode 100644 index ffdfe8b..0000000 --- a/src/ceph/qa/suites/rados/mgr/tasks/module_selftest.yaml +++ /dev/null @@ -1,19 +0,0 @@ - -tasks: - - install: - - ceph: - # tests may leave mgrs broken, so don't try and call into them - # to invoke e.g. pg dump during teardown. - wait-for-scrub: false - log-whitelist: - - overall HEALTH_ - - \(MGR_DOWN\) - - \(PG_ - - replacing it with standby - - No standby daemons available - - Reduced data availability - - Degraded data redundancy - - objects misplaced - - cephfs_test_runner: - modules: - - tasks.mgr.test_module_selftest diff --git a/src/ceph/qa/suites/rados/mgr/tasks/workunits.yaml b/src/ceph/qa/suites/rados/mgr/tasks/workunits.yaml deleted file mode 100644 index d7261f4..0000000 --- a/src/ceph/qa/suites/rados/mgr/tasks/workunits.yaml +++ /dev/null @@ -1,16 +0,0 @@ -tasks: - - install: - - ceph: - # tests may leave mgrs broken, so don't try and call into them - # to invoke e.g. pg dump during teardown. - wait-for-scrub: false - log-whitelist: - - overall HEALTH_ - - \(MGR_DOWN\) - - \(PG_ - - replacing it with standby - - No standby daemons available - - workunit: - clients: - client.0: - - mgr
\ No newline at end of file |