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:
John Spray 2015-03-31 17:45:21 +01:00
parent 497737aabf
commit 7e49804a56

View File

@ -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