Whamcloud - gitweb
b=18150
[fs/lustre-release.git] / lustre / tests / conf-sanity.sh
index 53c5709..95a4c85 100644 (file)
@@ -592,6 +592,8 @@ test_22() {
        stop_ost
        mount_client $MOUNT
        # check_mount will block trying to contact ost
+       mcreate $DIR/$tfile || return 40
+       rm -f $DIR/$tfile || return 42
        umount_client $MOUNT
        pass
 
@@ -2046,7 +2048,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====================="