From: Harald Hoyer Date: Thu, 11 Oct 2012 11:14:13 +0000 (+0200) Subject: fcoe/fcoe-up: sleep for 3s to allow dcb negotiation X-Git-Tag: 024~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28a88b688644c7609cfd935e52cc4f2459a8f403;p=thirdparty%2Fdracut.git fcoe/fcoe-up: sleep for 3s to allow dcb negotiation https://bugzilla.redhat.com/show_bug.cgi?id=813057 --- diff --git a/modules.d/95fcoe/fcoe-up.sh b/modules.d/95fcoe/fcoe-up.sh index 1e1bcf5c2..d808dd5f4 100755 --- a/modules.d/95fcoe/fcoe-up.sh +++ b/modules.d/95fcoe/fcoe-up.sh @@ -42,6 +42,8 @@ elif [ "$netdriver" = "bnx2x" ]; then # If driver is bnx2x, do not use /sys/module/fcoe/parameters/create but fipvlan modprobe 8021q udevadm settle --timeout=30 + # Sleep for 3 s to allow dcb negotiation + sleep 3 fipvlan "$netif" -c -s else echo -n "$netif" > /sys/module/fcoe/parameters/create