Whamcloud - gitweb
add --force to cleanup in the clumanager service script.
authorrread <rread>
Mon, 2 Jun 2003 17:25:56 +0000 (17:25 +0000)
committerrread <rread>
Mon, 2 Jun 2003 17:25:56 +0000 (17:25 +0000)
 i think that is also necessary now.

lustre/scripts/llite-group.sh

index 879a858..ed914e8 100644 (file)
@@ -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
 }