From b4895fd89e7e494b0c1da996dbab9fc17c3544e8 Mon Sep 17 00:00:00 2001 From: shaver Date: Fri, 22 Aug 2003 17:50:39 +0000 Subject: [PATCH] stop on pinger-error --- lustre/tests/replay-dual.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index c635450..3d618e9 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -156,6 +156,7 @@ PINGER=`cat /proc/fs/lustre/pinger` if [ "$PINGER" != "on" ]; then echo "ERROR: Lustre must be built with --enable-pinger for replay-dual" stop mds + exit fi start ost --reformat -- 1.8.3.1