mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user