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 <isout...@schubergphilis.com> Authored: Tue Mar 3 13:55:42 2015 +0100 Committer: wilderrodrigues <wrodrig...@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")