You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/17 11:26:49 UTC

[47/50] git commit: updated refs/heads/master to 3c429ee

Use reload on keepalived
restart causes the master status to flip unecessarily during provisioning tasks


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5ddf87b2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5ddf87b2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5ddf87b2

Branch: refs/heads/master
Commit: 5ddf87b2fd81cb19f85ea304dd28ed3f9a37c9a2
Parents: c38f0b9
Author: Ian Southam <is...@schubergphilis.com>
Authored: Tue Mar 3 13:55:42 2015 +0100
Committer: wilderrodrigues <wr...@schubergphilis.com>
Committed: Mon Mar 16 11:40:11 2015 +0100

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5ddf87b2/systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py
----------------------------------------------------------------------
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 dc08b85..a2a1793 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")