From 5ddf87b2fd81cb19f85ea304dd28ed3f9a37c9a2 Mon Sep 17 00:00:00 2001 From: Ian Southam Date: Tue, 3 Mar 2015 13:55:42 +0100 Subject: [PATCH] Use reload on keepalived restart causes the master status to flip unecessarily during provisioning tasks --- systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py index dc08b85c7a2..a2a17936988 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py @@ -144,7 +144,7 @@ class CsRedundant(object): CsHelper.service("conntrackd", "restart") if file.is_changed(): - CsHelper.service("keepalived", "restart") + CsHelper.service("keepalived", "reload") # Configure heartbeat cron job cron = CsFile("/etc/cron.d/heartbeat")