From 01b99668abd9aaa65e8864c2dad392d35dd892e1 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Fri, 21 Mar 2014 15:13:41 -0700 Subject: [PATCH] qa: Add ceph_multi_stress_watch for rep and ec Fixes: #7438 Signed-off-by: David Zafman --- qa/workunits/rados/stress_watch.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3