mirror of
https://github.com/ceph/ceph
synced 2024-12-11 22:18:18 +00:00
01b99668ab
Fixes: #7438 Signed-off-by: David Zafman <david.zafman@inktank.com>
8 lines
128 B
Bash
Executable File
8 lines
128 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
ceph_test_stress_watch
|
|
ceph_multi_stress_watch rep reppool repobj
|
|
ceph_multi_stress_watch ec ecpool ecobj
|
|
|
|
exit 0
|