Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f057b7b
)
add --force to cleanup in the clumanager service script.
author
rread
<rread>
Mon, 2 Jun 2003 17:25:56 +0000
(17:25 +0000)
committer
rread
<rread>
Mon, 2 Jun 2003 17:25:56 +0000
(17:25 +0000)
i think that is also necessary now.
lustre/scripts/llite-group.sh
patch
|
blob
|
history
diff --git
a/lustre/scripts/llite-group.sh
b/lustre/scripts/llite-group.sh
index
879a858
..
ed914e8
100644
(file)
--- 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 --f
orce --f
ailover $confopt
RETVAL=$?
echo done
}