10gig interface can't get ip from dhcp

Bug #1324093 reported by Andrey Kirilochkin
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Sergii Golovatiuk
4.1.x
Fix Committed
Medium
Sergii Golovatiuk
5.0.x
Fix Committed
Medium
Sergii Golovatiuk

Bug Description

Long time to get 10gig interface up, so node can't obtain ip address from DHCP server.
The situation was solved with this:
~/fuel-main/bootstrap/sync/etc/init.d
81c81
< content="DEVICE=$name\nBOOTPROTO=dhcp\nONBOOT=yes"
---
> content="DEVICE=$name\nBOOTPROTO=dhcp\nONBOOT=yes\nLINKDELAY=30\nSTP=off"

Please extend line with this parameters, they can solve many troubles.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-main (master)

Fix proposed to branch: master
Review: https://review.openstack.org/102230

Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Sergii Golovatiuk (sgolovatiuk)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-main (stable/5.0)

Fix proposed to branch: stable/5.0
Review: https://review.openstack.org/102235

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-main (stable/4.1)

Fix proposed to branch: stable/4.1
Review: https://review.openstack.org/102250

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (stable/5.0)

Reviewed: https://review.openstack.org/102235
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=178f3a36514bcc8721ead67e30c187030bf64103
Submitter: Jenkins
Branch: stable/5.0

commit 178f3a36514bcc8721ead67e30c187030bf64103
Author: Sergii Golovatiuk <email address hidden>
Date: Tue Jun 24 13:25:06 2014 +0000

    Add LINKDELAY to 30s

    When spanning tree is enabled on the switches, the first ifup will fail
    as the system won't be able to get an address (due to spanning tree does't
    allow any traffic for 30s after the port goes UP)

    Change-Id: I6595bdca77a4769e858939e936a7ba098c6434b5
    Closes-Bug: 1324093

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (master)

Reviewed: https://review.openstack.org/102230
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=d1a9e6c384558cab3b5064cce661be75d57c5686
Submitter: Jenkins
Branch: master

commit d1a9e6c384558cab3b5064cce661be75d57c5686
Author: Sergii Golovatiuk <email address hidden>
Date: Tue Jun 24 13:25:06 2014 +0000

    Add LINKDELAY to 30s

    When spanning tree is enabled on the switches, the first ifup will fail
    as the system won't be able to get an address (due to spanning tree does't
    allow any traffic for 30s after the port goes UP)

    Change-Id: I6595bdca77a4769e858939e936a7ba098c6434b5
    Closes-Bug: 1324093

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (stable/4.1)

Reviewed: https://review.openstack.org/102250
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=08f045eececf30ce09419dac52eb3e20fd5f526a
Submitter: Jenkins
Branch: stable/4.1

commit 08f045eececf30ce09419dac52eb3e20fd5f526a
Author: Sergii Golovatiuk <email address hidden>
Date: Tue Jun 24 13:25:06 2014 +0000

    Add LINKDELAY to 30s

    When spanning tree is enabled on the switches, the first ifup will fail
    as the system won't be able to get an address (due to spanning tree does't
    allow any traffic for 30s after the port goes UP)

    Change-Id: I6595bdca77a4769e858939e936a7ba098c6434b5
    Closes-Bug: 1324093

Dmitry Pyzhov (dpyzhov)
no longer affects: fuel/5.1.x
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.