From: David Zafman Date: Fri, 21 Mar 2014 22:13:41 +0000 (-0700) Subject: qa: Add ceph_multi_stress_watch for rep and ec X-Git-Tag: v0.79~96^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=01b99668abd9aaa65e8864c2dad392d35dd892e1;p=ceph.git qa: Add ceph_multi_stress_watch for rep and ec Fixes: #7438 Signed-off-by: David Zafman --- diff --git a/qa/workunits/rados/stress_watch.sh b/qa/workunits/rados/stress_watch.sh index 275414b26ed7..49f144bbc36a 100755 --- a/qa/workunits/rados/stress_watch.sh +++ b/qa/workunits/rados/stress_watch.sh @@ -1,5 +1,7 @@ #!/bin/sh -e ceph_test_stress_watch +ceph_multi_stress_watch rep reppool repobj +ceph_multi_stress_watch ec ecpool ecobj exit 0