Whamcloud - gitweb
Tag 2.1.55
[fs/lustre-release.git] / lustre / tests / mmp.sh
index c2ee0fd..074a20c 100755 (executable)
@@ -26,6 +26,8 @@ init_logging
 
 remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
 remote_ost_nodsh && skip "remote OST with nodsh" && exit 0
+[ "$MDSFSTYPE" != "ldiskfs" ] && skip "MDS not running ldiskfs" && exit 0
+[ "$OSTFSTYPE" != "ldiskfs" ] && skip "OST not running ldiskfs" && exit 0
 
 # unmount and cleanup the Lustre filesystem
 MMP_RESTORE_MOUNT=false
@@ -567,8 +569,6 @@ test_9() {
         return 1
     fi
 
-    kill -9 $debugfspid
-
     reset_mmp_block $MMP_MDS $MMP_MDSDEV || return ${PIPESTATUS[0]}
 
     mark_mmp_block $MMP_OSS $MMP_OSTDEV || return ${PIPESTATUS[0]}