mirror of https://github.com/apache/cloudstack.git
Use reload on keepalived
restart causes the master status to flip unecessarily during provisioning tasks
This commit is contained in:
parent
c38f0b91e3
commit
5ddf87b2fd
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue