Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Wed, 23 Mar 2005 18:56:59 +0000 (18:56 +0000)
committeradilger <adilger>
Wed, 23 Mar 2005 18:56:59 +0000 (18:56 +0000)
Allow FORCE for cleanup

lustre/tests/conf-sanity.sh

index aa67da2..0026388 100644 (file)
@@ -86,8 +86,8 @@ setup() {
 
 cleanup() {
        umount_client $MOUNT || return 200
-       stop_mds  || return 201
-       stop_ost || return 202
+       stop_mds $FORCE || return 201
+       stop_ost $FORCE || return 202
        # catch case where these return just fine, but modules are still not unloaded
        /sbin/lsmod | grep -q portals
        if [ 1 -ne $? ]; then