We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fac4f9 commit 496011bCopy full SHA for 496011b
packages/ns-api/files/ns.ha
@@ -473,8 +473,6 @@ def init_local(role, primary_node_ip, backup_node_ip, virtual_ip, lan_interface,
473
u.set('keepalived', 'lan_delays', 'down_delay', '1')
474
475
if role == 'primary':
476
- u.set('keepalived', 'globals', 'vrrp_down_timer_adverts', '5')
477
-
478
u.set('keepalived', 'ha_sender', 'track_script')
479
u.set('keepalived', 'ha_sender', 'name', 'sender')
480
u.set('keepalived', 'ha_sender', 'value', 'ha_sync')
@@ -525,8 +523,6 @@ def init_local(role, primary_node_ip, backup_node_ip, virtual_ip, lan_interface,
525
523
with open('/etc/conntrackd/conntrackd.conf', 'w') as file:
526
524
file.write(conntrack_conf)
527
else:
528
529
530
u.set('keepalived', 'ha_receiver', 'track_script')
531
u.set('keepalived', 'ha_receiver', 'name', 'receiver')
532
u.set('keepalived', 'ha_receiver', 'value', 'ha_sync')
0 commit comments