From 305ea1464179677ec97369e1b382fd9ed93d7791 Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 29 Apr 2003 21:46:35 +0000 Subject: [PATCH] - use --failover on the kimberlite example script; this is required for failback, but is broken for normal shutdown. --- 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 1cc0758..879a858 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 -dv $confopt + python2 $LCONF -v --cleanup --failover $confopt RETVAL=$? echo done } -- 1.8.3.1