From 118254e3b62843af96be41e69cb16be0829813c3 Mon Sep 17 00:00:00 2001 From: rread Date: Mon, 2 Jun 2003 17:25:56 +0000 Subject: [PATCH] add --force to cleanup in the clumanager service script. i think that is also necessary now. --- lustre/scripts/llite-group.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 1.8.3.1