Whamcloud - gitweb
b=17056
authorgrev <grev>
Thu, 25 Sep 2008 11:43:05 +0000 (11:43 +0000)
committergrev <grev>
Thu, 25 Sep 2008 11:43:05 +0000 (11:43 +0000)
i=Tappro
several clients config fixed

lustre/tests/cfg/local.sh
lustre/tests/replay-single.sh

index 010e07b..72cde06 100644 (file)
@@ -8,6 +8,7 @@ mds1failover_HOST=${mds1failover_HOST:-$mdsfailover_HOST}
 mgs_HOST=${mgs_HOST:-$mds_HOST}
 ost_HOST=${ost_HOST:-`hostname`}
 ostfailover_HOST=${ostfailover_HOST}
+CLIENTS=""
 
 TMP=${TMP:-/tmp}
 
index 9664d1a..1046849 100755 (executable)
@@ -1724,8 +1724,6 @@ test_70a () {
        done
        
        ls $DIR
-
-       zconf_umount_clients $CLIENTS $DIR
 }
 run_test 70a "check multi client t-f"
 
@@ -1763,7 +1761,6 @@ test_70b () {
                echo "load on ${CLIENT} returned $rc"
        done
 
-       zconf_umount_clients $CLIENTS $DIR 
 }
 run_test 70b "mds recovery; $CLIENTCOUNT clients"
 # end multi-client tests