From ba212f3e7f4599966bc776947ce59cf9c8961044 Mon Sep 17 00:00:00 2001 From: dzogin Date: Fri, 2 Oct 2009 19:14:34 +0000 Subject: [PATCH] Branch b1_8 b=20902 i=grev ---------------------------------------------------------------------- Modified Files: Tag: b1_8 lustre/tests/conf-sanity.sh ---------------------------------------------------------------------- Details: Conf-sanity.sh tests cleanup --- lustre/tests/conf-sanity.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 7be1dfb..c76e39e 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1933,6 +1933,7 @@ test_50f() { umount_client $MOUNT || error "Unable to unmount client" stop_ost || error "Unable to stop OST1" stop_mds || error "Unable to stop MDS" + writeconf } run_test 50f "normal statfs one server in down ==========================" @@ -1955,7 +1956,9 @@ test_50g() { rm -f $DIR/$tfile umount_client $MOUNT || error "Unable to unmount client" stop_ost2 || error "Unable to stop OST2" - cleanup_nocli + stop_ost || error "Unable to stop OST1" + stop_mds || error "Unable to stop MDS" + writeconf } run_test 50g "deactivated OST should not cause panic=====================" -- 1.8.3.1