mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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
5cf6feb2e5
commit
ab4c4de989
@ -249,7 +249,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…
x
Reference in New Issue
Block a user