From 4955bcf296951236a4b6607f0bfb0054ffd3d16c Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 18 Nov 2003 20:36:15 +0000 Subject: [PATCH] - Remove last references to OBD_CLASS_UUID. Now the obd->obd_uuid is used as the client uuid for self and lctl exports. --- lustre/tests/replay-ost-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 311c70c..fe4317a 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -74,7 +74,7 @@ start ost --reformat $OSTLCONFARGS PINGER=`cat /proc/fs/lustre/pinger` if [ "$PINGER" != "on" ]; then - echo "ERROR: Lustre must be built with --enable-pinger for replay-dual" + echo "ERROR: Lustre must be built with --enable-pinger for this test." stop ost exit 1 fi -- 1.8.3.1