Arping 3 times instead of 2
During fence 2 is not always enough for the network to recognize the change in primary coordinator.
This commit is contained in:
parent
b8d336423e
commit
ef3b6b3723
|
@ -118,7 +118,7 @@ def createIPAddress(ipaddr, cidrnetmask, dev):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
run_os_command(
|
run_os_command(
|
||||||
'arping -A -c2 -I {} {}'.format(
|
'arping -A -c3 -I {} {}'.format(
|
||||||
dev,
|
dev,
|
||||||
ipaddr
|
ipaddr
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue