]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove verify-mds-journal.sh script 4231/head
authorJohn Spray <john.spray@redhat.com>
Tue, 31 Mar 2015 16:45:21 +0000 (17:45 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 31 Mar 2015 16:50:11 +0000 (17:50 +0100)
This invokes the MDS in a way that it no longer understands,
and is unused.

Signed-off-by: John Spray <john.spray@redhat.com>
src/verify-mds-journal.sh [deleted file]

diff --git a/src/verify-mds-journal.sh b/src/verify-mds-journal.sh
deleted file mode 100755 (executable)
index 22ebac0..0000000
+++ /dev/null
@@ -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
\ No newline at end of file