mirror of
https://github.com/ceph/ceph
synced 2025-01-30 06:53:38 +00:00
6f8f140350
Hopefully I didn't miss too much... Signed-off-by: Sage Weil <sage@newdream.net>
8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while [ 1 ]
|
|
do
|
|
./ceph-mds -f --debug_mds 20 --debug_ms 1 --standby_replay_for 0 || exit 1
|
|
echo replay ok, sleeping
|
|
sleep 30
|
|
done |