Whamcloud - gitweb
- Remove last references to OBD_CLASS_UUID. Now the obd->obd_uuid is
authorrread <rread>
Tue, 18 Nov 2003 20:36:15 +0000 (20:36 +0000)
committerrread <rread>
Tue, 18 Nov 2003 20:36:15 +0000 (20:36 +0000)
used as the client uuid for self and lctl exports.

lustre/tests/replay-ost-single.sh

index 311c70c..fe4317a 100755 (executable)
@@ -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