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:
		@@ -118,7 +118,7 @@ def createIPAddress(ipaddr, cidrnetmask, dev):
 | 
			
		||||
        )
 | 
			
		||||
    )
 | 
			
		||||
    run_os_command(
 | 
			
		||||
        'arping -A -c2 -I {} {}'.format(
 | 
			
		||||
        'arping -A -c3 -I {} {}'.format(
 | 
			
		||||
            dev,
 | 
			
		||||
            ipaddr
 | 
			
		||||
        ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user