[Ovirt-devel] [PATCH node] Add DELAY=0 to ovirtbr configuration to prevent 30 second delay in iface bringup

Perry Myers pmyers at redhat.com
Thu Sep 18 01:52:15 UTC 2008


Signed-off-by: Perry Myers <pmyers at redhat.com>
---
 scripts/ovirt-early |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 8024b3b..6d9bd76 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -54,7 +54,7 @@ configure_from_network() {
         printf '%s\n' "DEVICE=$eth" ONBOOT=yes "BRIDGE=$BRIDGE" \
             > /etc/sysconfig/network-scripts/ifcfg-$eth
         printf '%s\n' "DEVICE=$BRIDGE" BOOTPROTO=dhcp \
-            ONBOOT=yes TYPE=Bridge PEERNTP=yes \
+            ONBOOT=yes TYPE=Bridge PEERNTP=yes DELAY=0 \
             > /etc/sysconfig/network-scripts/ifcfg-$BRIDGE
     done
     printf "default config applied."
-- 
1.5.5.1




More information about the ovirt-devel mailing list