diff options
Diffstat (limited to '')
-rwxr-xr-x | qa/workunits/rados/stress_watch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qa/workunits/rados/stress_watch.sh b/qa/workunits/rados/stress_watch.sh new file mode 100755 index 00000000..49f144bb --- /dev/null +++ b/qa/workunits/rados/stress_watch.sh @@ -0,0 +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 |