mirror of https://github.com/apache/cloudstack.git
Fix sometime system VM is up but mgmt server can't reach it
This commit is contained in:
parent
6e7ad8830f
commit
4e4a44f2c4
|
|
@ -250,6 +250,10 @@ setup_common() {
|
|||
|
||||
# a hacking way to activate vSwitch under VMware
|
||||
ping -n -c 3 -w 5 $GW
|
||||
if [ -n "$MGMTNET" -a -n "$LOCAL_GW" ]
|
||||
then
|
||||
ping -n -c 3 -w 5 $LOCAL_GW
|
||||
fi
|
||||
}
|
||||
|
||||
setup_dnsmasq() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue