From 4b5b968c0a43be04d0a04d38f65fc64f17a441a0 Mon Sep 17 00:00:00 2001
From: nathan <nathan>
Date: Thu, 8 Nov 2007 23:10:38 +0000
Subject: [PATCH] b=13709 skipping test 22 means we don't reformat after test
 21c

---
 lustre/tests/cfg/local.sh   | 2 +-
 lustre/tests/conf-sanity.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh
index 16c6c3bc78..4e0443ccfb 100644
--- a/lustre/tests/cfg/local.sh
+++ b/lustre/tests/cfg/local.sh
@@ -1,4 +1,4 @@
-FSNAME=lustre
+FSNAME=${FSNAME:-lustre}
 
 # facet hosts
 mds_HOST=${mds_HOST:-`hostname`}
diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh
index 8626370d37..fc8444160c 100644
--- a/lustre/tests/conf-sanity.sh
+++ b/lustre/tests/conf-sanity.sh
@@ -762,12 +762,12 @@ test_21c() {
 	stop_ost
 	stop_ost2
 	stop_mds
+        #reformat to remove ost2 from logs
+        reformat
 }
 run_test 21c "start mds between two osts, stop mds last"
 
 test_22() {
-        #reformat to remove all logs
-        reformat
 	start_mds
 	echo Client mount before any osts are in the logs
 	mount_client $MOUNT
-- 
GitLab