From ab4c4de989fd6c3f9b5d3e77d622c890f55a8332 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 9 Aug 2011 21:01:09 -0700 Subject: [PATCH] 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 --- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index fb4c4ee1104..f44b579a319 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -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() {