From 9827155ab4b01f5f6d4dce1ef4a33bab7ad05fc4 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 23 Mar 2005 18:56:59 +0000 Subject: [PATCH] Branch: b1_4 Allow FORCE for cleanup --- lustre/tests/conf-sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1