From 9aacaf776e245fec159d264b40af429dd0848764 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 26 Nov 2012 21:08:54 -0800 Subject: [PATCH] add mon-thrasher singleton --- suites/rados/singleton/all/mon-thrasher.yaml | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 suites/rados/singleton/all/mon-thrasher.yaml diff --git a/suites/rados/singleton/all/mon-thrasher.yaml b/suites/rados/singleton/all/mon-thrasher.yaml new file mode 100644 index 0000000000000..6c6edb75fdf5b --- /dev/null +++ b/suites/rados/singleton/all/mon-thrasher.yaml @@ -0,0 +1,23 @@ +roles: +- - mon.a + - mon.b + - mon.c + - osd.0 + - osd.1 + - mds.0 + - client.0 +tasks: +- ceph: +- mon_thrash: + revive_delay: 20 + thrash_delay: 1 +- ceph-fuse: +- workunit: + clients: + all: + - mon/workloadgen.sh + env: + LOADGEN_NUM_OSDS: "5" + VERBOSE: "1" + DURATION: "600" + TEST_CEPH_CONF: /tmp/cephtest/ceph.conf -- 2.39.5