Use reload on keepalived

restart causes the master status to flip unecessarily during provisioning tasks
This commit is contained in:
Ian Southam 2015-03-03 13:55:42 +01:00 committed by wilderrodrigues
parent c38f0b91e3
commit 5ddf87b2fd

View File

@ -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")