diff options
Diffstat (limited to 'src/ceph/qa/suites/kcephfs/thrash')
11 files changed, 50 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/kcephfs/thrash/% b/src/ceph/qa/suites/kcephfs/thrash/% new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/% diff --git a/src/ceph/qa/suites/kcephfs/thrash/clusters/fixed-3-cephfs.yaml b/src/ceph/qa/suites/kcephfs/thrash/clusters/fixed-3-cephfs.yaml new file mode 120000 index 0000000..a482e65 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/clusters/fixed-3-cephfs.yaml @@ -0,0 +1 @@ +../../../../clusters/fixed-3-cephfs.yaml
\ No newline at end of file diff --git a/src/ceph/qa/suites/kcephfs/thrash/conf.yaml b/src/ceph/qa/suites/kcephfs/thrash/conf.yaml new file mode 100644 index 0000000..75b8558 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/conf.yaml @@ -0,0 +1,7 @@ +overrides: + ceph: + conf: + global: + ms die on skipped message: false + mds: + debug mds: 20
\ No newline at end of file diff --git a/src/ceph/qa/suites/kcephfs/thrash/objectstore-ec b/src/ceph/qa/suites/kcephfs/thrash/objectstore-ec new file mode 120000 index 0000000..15dc98f --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/objectstore-ec @@ -0,0 +1 @@ +../../../cephfs/objectstore-ec
\ No newline at end of file diff --git a/src/ceph/qa/suites/kcephfs/thrash/thrashers/default.yaml b/src/ceph/qa/suites/kcephfs/thrash/thrashers/default.yaml new file mode 100644 index 0000000..e628ba6 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/thrashers/default.yaml @@ -0,0 +1,7 @@ +tasks: +- install: +- ceph: + log-whitelist: + - but it is still running + - objects unfound and apparently lost +- thrashosds: diff --git a/src/ceph/qa/suites/kcephfs/thrash/thrashers/mds.yaml b/src/ceph/qa/suites/kcephfs/thrash/thrashers/mds.yaml new file mode 100644 index 0000000..d5d1f43 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/thrashers/mds.yaml @@ -0,0 +1,9 @@ +tasks: +- install: +- ceph: +- mds_thrash: + +overrides: + ceph: + log-whitelist: + - not responding, replacing diff --git a/src/ceph/qa/suites/kcephfs/thrash/thrashers/mon.yaml b/src/ceph/qa/suites/kcephfs/thrash/thrashers/mon.yaml new file mode 100644 index 0000000..90612f2 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/thrashers/mon.yaml @@ -0,0 +1,6 @@ +tasks: +- install: +- ceph: +- mon_thrash: + revive_delay: 20 + thrash_delay: 1 diff --git a/src/ceph/qa/suites/kcephfs/thrash/thrashosds-health.yaml b/src/ceph/qa/suites/kcephfs/thrash/thrashosds-health.yaml new file mode 120000 index 0000000..ebf7f34 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/thrashosds-health.yaml @@ -0,0 +1 @@ +../../../tasks/thrashosds-health.yaml
\ No newline at end of file diff --git a/src/ceph/qa/suites/kcephfs/thrash/whitelist_health.yaml b/src/ceph/qa/suites/kcephfs/thrash/whitelist_health.yaml new file mode 120000 index 0000000..90ca7b6 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/whitelist_health.yaml @@ -0,0 +1 @@ +../../../cephfs/overrides/whitelist_health.yaml
\ No newline at end of file diff --git a/src/ceph/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml b/src/ceph/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml new file mode 100644 index 0000000..0c4a152 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml @@ -0,0 +1,11 @@ +overrides: + ceph: + conf: + osd: + filestore flush min: 0 +tasks: +- kclient: +- workunit: + clients: + all: + - suites/ffsb.sh diff --git a/src/ceph/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_iozone.yaml b/src/ceph/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_iozone.yaml new file mode 100644 index 0000000..832e024 --- /dev/null +++ b/src/ceph/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_iozone.yaml @@ -0,0 +1,6 @@ +tasks: +- kclient: +- workunit: + clients: + all: + - suites/iozone.sh |