bnx2x can take no longer than 3 seconds to initialize the link in some setups which can cause fipvlan to fail and thus the fcoe interface(s) won't be created. Add another 10 seconds to give the link enough time to initialize. Signed-off-by: Chad Dupuis <chad.dupuis@xxxxxxxxxx> --- modules.d/95fcoe/fcoe-up.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/95fcoe/fcoe-up.sh b/modules.d/95fcoe/fcoe-up.sh index fb3b4c4..ddc87b1 100755 --- a/modules.d/95fcoe/fcoe-up.sh +++ b/modules.d/95fcoe/fcoe-up.sh @@ -84,8 +84,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 + # Sleep for 13 s to allow dcb negotiation + sleep 13 fipvlan "$netif" -c -s else vlan="no" -- 1.8.5.6 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html