Whamcloud - gitweb
b=17477
authorgrev <grev>
Wed, 19 Nov 2008 17:56:07 +0000 (17:56 +0000)
committergrev <grev>
Wed, 19 Nov 2008 17:56:07 +0000 (17:56 +0000)
i=Adilger
force replay-dual to check and mount MOUNT2

lustre/tests/replay-dual.sh

index 8806f2a..d228500 100755 (executable)
@@ -31,6 +31,12 @@ remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
 build_test_filter
 
 check_and_setup_lustre
+MOUNTED=$(mounted_lustre_filesystems)
+if ! $(echo $MOUNTED | grep -w -q $MOUNT2); then
+    zconf_mount $HOSTNAME $MOUNT2
+    MOUNTED2=yes
+fi
+
 assert_DIR
 rm -rf $DIR/[df][0-9]*
 
@@ -539,6 +545,7 @@ run_test 21b "commit on sharing, two clients"
 equals_msg `basename $0`: test complete, cleaning up
 SLEEP=$((`date +%s` - $NOW))
 [ $SLEEP -lt $TIMEOUT ] && sleep $SLEEP
+[ "$MOUNTED2" = yes ] && zconf_umount $HOSTNAME $MOUNT2 || true
 check_and_cleanup_lustre
 [ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG || true