mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
This change breaks stuff
This id is used to define the groups and will prevent the two vrrp instances from talking to each other Result = MASTER MASTER
This commit is contained in:
parent
b7a142800d
commit
9bec4b64e7
@ -102,7 +102,7 @@ class CsRedundant(object):
|
||||
file.search(" priority ", " priority %s" % self.cl.get_priority())
|
||||
file.search(" weight ", " weight %s" % 2)
|
||||
file.search(" state ", " state %s" % self.cl.get_state())
|
||||
file.search(" virtual_router_id ", " virtual_router_id %s" % self.cl.get_router_id())
|
||||
#file.search(" virtual_router_id ", " virtual_router_id %s" % self.cl.get_router_id())
|
||||
file.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
|
||||
file.section("virtual_ipaddress {", "}", self._collect_ips())
|
||||
if self.cl.get_state() == 'MASTER':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user