Summary: | Bridge device cannot get ip from dhcp when connected to teamed device (no link available). After restart of network - works | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Richard D Alloway <ralloway> | ||||
Component: | initscripts | Assignee: | David Kaspar // Dee'Kej <deekej> | ||||
Status: | CLOSED ERRATA | QA Contact: | Daniel Rusek <drusek> | ||||
Severity: | medium | Docs Contact: | Petr Bokoc <pbokoc> | ||||
Priority: | medium | ||||||
Version: | 7.2 | CC: | deekej, drusek, hunter86_bg, jscotka, ralloway | ||||
Target Milestone: | rc | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | initscripts-9.49.40-2.el7 | Doc Type: | Release Note | ||||
Doc Text: |
Bridge devices no longer fail to obtain an IP address
Previously, bridge devices sometimes failed to obtain an IP address from the DHCP server immediately after system startup. This was caused by a race condition where the "ifup-eth" script did not wait for the Spanning Tree Protocol (STP) to complete its startup. This bug has been fixed by adding a delay that causes "ifup-eth" to wait long enough for STP to finish starting.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-04-10 18:24:45 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Bug Depends On: | Engineering1380361 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Richard D Alloway
2016-09-29 18:49:50 UTC
I was able to replicate this issue and have resolved it with a patch that I will attach momentarily. The issue was that, if DELAY is not set in ifcfg-br0, the init script would not wait for STP to complete startup before attempting to obtain an IP via DHCP. DELAY is now set by obtaining the forward_delay directly from the interface if DELAY is not otherwise defined. Let me know if you have any questions or concerns about this patch. -Rich Alloway (RogueWave) Created attachment 1206006 [details]
Proposed patch for initscripts-9.49.30-1.3
Any updates regarding this bug ? (In reply to Strahil Nikolov from comment #5) > Any updates regarding this bug ? https://github.com/fedora-sysv/initscripts/pull/112 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0983 |