aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-10-03 09:21:52 +0200
committerGitHub <noreply@github.com>2016-10-03 09:21:52 +0200
commit462b9e30840ec255f3dcb6491518fdebd21e0f71 (patch)
tree15d03c893387edd31e57c08f684a7bcc29951401
parentdebd477929a21e0d0e7ed7402992274eb7025686 (diff)
parentc9ca1666cc9f5975268c986d30fd589b2f0e59ac (diff)
Merge pull request #763 from yahoo/hakon/6
Use prepareRestart when stopping Vespa nodes in Docker containers
-rwxr-xr-xnode-admin/include/nodectl-instance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-admin/include/nodectl-instance.sh b/node-admin/include/nodectl-instance.sh
index 5a6665dbdc7..a8d872b314e 100755
--- a/node-admin/include/nodectl-instance.sh
+++ b/node-admin/include/nodectl-instance.sh
@@ -103,7 +103,7 @@ stop() {
$echo $VESPA_HOME/bin/vespa-routing vip -u chef out
if has_searchnode; then
- $echo $VESPA_HOME/bin/vespa-proton-cmd --local triggerFlush
+ $echo $VESPA_HOME/bin/vespa-proton-cmd --local prepareRestart
fi
if has_container; then