From d34ba1811642d6ac2a58af718ac8f76235ad97e2 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 25 Sep 2008 11:43:05 +0000
Subject: [PATCH] b=17056 i=Tappro several clients config fixed

---
 lustre/tests/cfg/local.sh     | 1 +
 lustre/tests/replay-single.sh | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh
index 010e07b1b8..72cde06859 100644
--- a/lustre/tests/cfg/local.sh
+++ b/lustre/tests/cfg/local.sh
@@ -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}
 
diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh
index 9664d1a38b..10468494e6 100755
--- a/lustre/tests/replay-single.sh
+++ b/lustre/tests/replay-single.sh
@@ -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
-- 
GitLab