summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/mgr
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/suites/rados/mgr')
-rw-r--r--src/ceph/qa/suites/rados/mgr/%0
-rw-r--r--src/ceph/qa/suites/rados/mgr/clusters/2-node-mgr.yaml6
-rw-r--r--src/ceph/qa/suites/rados/mgr/debug/mgr.yaml16
l---------src/ceph/qa/suites/rados/mgr/objectstore1
-rw-r--r--src/ceph/qa/suites/rados/mgr/tasks/dashboard.yaml16
-rw-r--r--src/ceph/qa/suites/rados/mgr/tasks/failover.yaml16
-rw-r--r--src/ceph/qa/suites/rados/mgr/tasks/module_selftest.yaml19
-rw-r--r--src/ceph/qa/suites/rados/mgr/tasks/workunits.yaml16
8 files changed, 0 insertions, 90 deletions
diff --git a/src/ceph/qa/suites/rados/mgr/% b/src/ceph/qa/suites/rados/mgr/%
deleted file mode 100644
index e69de29..0000000
--- a/src/ceph/qa/suites/rados/mgr/%
+++ /dev/null
diff --git a/src/ceph/qa/suites/rados/mgr/clusters/2-node-mgr.yaml b/src/ceph/qa/suites/rados/mgr/clusters/2-node-mgr.yaml
deleted file mode 100644
index abc90e2..0000000
--- a/src/ceph/qa/suites/rados/mgr/clusters/2-node-mgr.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-roles:
-- [mgr.x, mon.a, mon.c, mds.a, mds.c, osd.0, client.0]
-- [mgr.y, mgr.z, mon.b, mds.b, osd.1, osd.2, client.1]
-log-rotate:
- ceph-mds: 10G
- ceph-osd: 10G
diff --git a/src/ceph/qa/suites/rados/mgr/debug/mgr.yaml b/src/ceph/qa/suites/rados/mgr/debug/mgr.yaml
deleted file mode 100644
index 068021e..0000000
--- a/src/ceph/qa/suites/rados/mgr/debug/mgr.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-overrides:
- ceph:
- conf:
- mon:
- debug mon: 20
- mgr:
- debug mgr: 20
- debug ms: 1
- client:
- debug client: 20
- debug mgrc: 20
- debug ms: 1
- osd:
- debug mgrc: 20
- mds:
- debug mgrc: 20
diff --git a/src/ceph/qa/suites/rados/mgr/objectstore b/src/ceph/qa/suites/rados/mgr/objectstore
deleted file mode 120000
index 4c8ebad..0000000
--- a/src/ceph/qa/suites/rados/mgr/objectstore
+++ /dev/null
@@ -1 +0,0 @@
-../../../objectstore \ No newline at end of file
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