Browse Source

Merge pull request #165 from dracut-mailing-devs/1476286367-30606-1-git-send-email-chad.dupuis@cavium.com

fcoe: Allow more time for the bnx2x link negotiation before brining u…
master
Harald Hoyer 8 years ago committed by GitHub
parent
commit
8078a9c8ea
  1. 4
      modules.d/95fcoe/fcoe-up.sh

4
modules.d/95fcoe/fcoe-up.sh

@ -84,8 +84,8 @@ elif [ "$netdriver" = "bnx2x" ]; then @@ -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"

Loading…
Cancel
Save