Whamcloud - gitweb
- fix syntax error
[fs/lustre-release.git] / lustre / tests / replay-dual.sh
index 62bd1ca..8e10631 100755 (executable)
@@ -62,8 +62,8 @@ fi
 start ost2 --reformat $OSTLCONFARGS 
 [ "$DAEMONFILE" ] && $LCTL debug_daemon start $DAEMONFILE $DAEMONSIZE
 start mds $MDSLCONFARGS --reformat
-zconf_mount $MOUNT
-zconf_mount $MOUNT2
+zconf_mount `hostname` $MOUNT
+zconf_mount `hostname` $MOUNT2
 
 echo $TIMEOUT > /proc/sys/lustre/timeout
 echo $UPCALL > /proc/sys/lustre/upcall
@@ -175,6 +175,7 @@ test_6() {
 }
 run_test 6 "open1, open2, unlink |X| close1 [fail mds] close2"
 
-
-equals_msg test complete, cleaning up
-cleanup
+if [ "$ONLY" != "setup" ]; then
+       equals_msg test complete, cleaning up
+       cleanup
+fi