From d1239dca04e96fcf85e0a8d8638ccd6752f429ee Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 9 Nov 2007 18:47:59 +0000 Subject: [PATCH] b=13709 since test 22 and 23 are excepted, test 24 must deal with the config from test 21c --- lustre/tests/conf-sanity.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index fc84441..0387fe6 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 @@ -821,6 +821,9 @@ test_23() { #run_test 23 "interrupt client during recovery mount delay" test_24a() { + #set up fs1 + gen_config + #set up fs2 local fs2mds_HOST=$mds_HOST local fs2ost_HOST=$ost_HOST [ -n "$ost1_HOST" ] && fs2ost_HOST=$ost1_HOST -- 1.8.3.1