From 3fa6dd21c36064988a58659931ae4127e7707c0e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 26 Jun 2014 09:46:02 -0700 Subject: [PATCH] smoke: add a mon thrash test Signed-off-by: Sage Weil --- suites/smoke/basic/tasks/mon_thrash.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 suites/smoke/basic/tasks/mon_thrash.yaml diff --git a/suites/smoke/basic/tasks/mon_thrash.yaml b/suites/smoke/basic/tasks/mon_thrash.yaml new file mode 100644 index 0000000000000..0ce6d61a6fff2 --- /dev/null +++ b/suites/smoke/basic/tasks/mon_thrash.yaml @@ -0,0 +1,21 @@ +overrides: + ceph: + conf: + global: + ms inject delay max: 1 + ms inject delay probability: 0.005 + ms inject delay type: mon + ms inject internal delays: 0.002 + ms inject socket failures: 2500 +tasks: +- install: null +- ceph: + fs: xfs +- mon_thrash: + revive_delay: 90 + thrash_delay: 1 + thrash_many: true +- workunit: + clients: + client.0: + - rados/test.sh -- 2.39.5