From f553817d50d067251b466082af3347ca8a1275cf Mon Sep 17 00:00:00 2001 From: dzogin Date: Fri, 2 Oct 2009 19:47:03 +0000 Subject: [PATCH] Branch HEAD b=20902 i=grev Modified Files: lustre/tests/conf-sanity.sh Description: Conf-sanity test 50g cleanup --- lustre/tests/conf-sanity.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 53c5709..72cc2fe 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -2046,7 +2046,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