From 493538ec642ceee8b7caba7015cfcc1524bd8c59 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 6449f405b95..afe2ed480db 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -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() {