From: adilger Date: Wed, 23 Mar 2005 18:56:59 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~118 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=9827155ab4b01f5f6d4dce1ef4a33bab7ad05fc4;p=fs%2Flustre-release.git Branch: b1_4 Allow FORCE for cleanup --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index aa67da2..0026388 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -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