From: John Spray Date: Tue, 31 Mar 2015 16:45:21 +0000 (+0100) Subject: mds: remove verify-mds-journal.sh script X-Git-Tag: v9.0.0~61^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4231%2Fhead;p=ceph.git 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 --- diff --git a/src/verify-mds-journal.sh b/src/verify-mds-journal.sh deleted file mode 100755 index 22ebac0600f..00000000000 --- a/src/verify-mds-journal.sh +++ /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