From: rread Date: Mon, 2 Jun 2003 17:25:56 +0000 (+0000) Subject: add --force to cleanup in the clumanager service script. X-Git-Tag: v1_7_100~1^91~169 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=118254e3b62843af96be41e69cb16be0829813c3;p=fs%2Flustre-release.git add --force to cleanup in the clumanager service script. i think that is also necessary now. --- diff --git a/lustre/scripts/llite-group.sh b/lustre/scripts/llite-group.sh index 879a858..ed914e8 100644 --- a/lustre/scripts/llite-group.sh +++ b/lustre/scripts/llite-group.sh @@ -36,7 +36,7 @@ start() { stop() { echo -n "Shutting down $SERVICE: " - python2 $LCONF -v --cleanup --failover $confopt + python2 $LCONF -v --cleanup --force --failover $confopt RETVAL=$? echo done }