mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
mds: remove verify-mds-journal.sh script
This invokes the MDS in a way that it no longer understands, and is unused. Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
497737aabf
commit
7e49804a56
@ -1,8 +0,0 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user