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:
Joshua Boniface 2019-08-07 11:15:36 -04:00
parent b8d336423e
commit ef3b6b3723
1 changed files with 1 additions and 1 deletions

View File

@ -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
), ),