From: Sage Weil Date: Wed, 17 Dec 2008 21:37:34 +0000 (-0800) Subject: verify-mds-journal: periodically verify mds replay; stop if error X-Git-Tag: v0.6~32 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=022d80126feec1fd1a963edcf80d89ca1c0ae3d0;p=ceph.git verify-mds-journal: periodically verify mds replay; stop if error --- diff --git a/src/verify-mds-journal.sh b/src/verify-mds-journal.sh new file mode 100755 index 000000000000..61d026af7af4 --- /dev/null +++ b/src/verify-mds-journal.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +while [ 1 ] +do + ./cmds -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