mirror of
https://github.com/ceph/ceph
synced 2025-02-25 03:52:04 +00:00
8 lines
143 B
Bash
Executable File
8 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while [ 1 ]
|
|
do
|
|
./cmds -f --debug_mds 20 --debug_ms 1 --standby_replay_for 0 || exit 1
|
|
echo replay ok, sleeping
|
|
sleep 30
|
|
done |