From 72618e9ab761e769e988444c0af21633856cff79 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 19 May 2016 16:47:54 -0400 Subject: [PATCH] suites/rbd: added replication stress test workunit Signed-off-by: Jason Dillaman (cherry picked from commit ecbda33b52c1a139cdf31562ac81a433b7e1dc68) --- .../mirror/workloads/rbd-mirror-stress-workunit.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 suites/rbd/mirror/workloads/rbd-mirror-stress-workunit.yaml diff --git a/suites/rbd/mirror/workloads/rbd-mirror-stress-workunit.yaml b/suites/rbd/mirror/workloads/rbd-mirror-stress-workunit.yaml new file mode 100644 index 0000000000000..624637a444bc5 --- /dev/null +++ b/suites/rbd/mirror/workloads/rbd-mirror-stress-workunit.yaml @@ -0,0 +1,11 @@ +meta: +- desc: run the rbd_mirror_stress.sh workunit to test the rbd-mirror daemon +tasks: +- workunit: + clients: + cluster1.client.mirror: [rbd/rbd_mirror_stress.sh] + env: + # override workunit setting of CEPH_ARGS='--cluster' + CEPH_ARGS: '' + RBD_MIRROR_USE_EXISTING_CLUSTER: '1' + RBD_MIRROR_USE_RBD_MIRROR: '1' -- 2.39.5