mirror of https://github.com/apache/cloudstack.git
Fix redundant router start up
commit e4fe14a9ce19fbbdb15bbfaad586d80031ca9fbc break redundant router, because at time of ping, the network is not up for redundant router. Add timout for ping
This commit is contained in:
parent
e5e85d05e9
commit
493538ec64
|
|
@ -246,7 +246,7 @@ setup_common() {
|
|||
fi
|
||||
|
||||
# a hacking way to activate vSwitch under VMware
|
||||
ping -n -c 3 $GW
|
||||
ping -n -c 3 -deadline 5 $GW
|
||||
}
|
||||
|
||||
setup_dnsmasq() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue