Bug 1404265
Summary: | device name "ovs" causes "Invalid OVS interface type Bridge" | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Petr Horáček <phoracek> | |
Component: | initscripts | Assignee: | Lukáš Nykrýn <lnykryn> | |
Status: | CLOSED WONTFIX | QA Contact: | qe-baseos-daemons | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 7.2 | CC: | danken, initscripts-maint-list, mburman | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1762717 (view as bug list) | Environment: | ||
Last Closed: | 2021-01-15 07:29:12 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: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1402267, 1762717 |
Description
Petr Horáček
2016-12-13 13:52:02 UTC
The problem is here: https://github.com/fedora-sysv/initscripts/blob/master/sysconfig/network-scripts/network-functions#L117 There is no case for TYPE = Bridge Since the bridge stuff is handled by the ifup-eth we could probably add case that would assign it to "eth" Problem is that bridging is not strictly limited to ethernet (see https://wiki.linuxfoundation.org/networking/bridge "What can be bridged?" ). And in theory user could have its own special ifup-whatever for network that is not ethernet-based but also do bridging and have DEVICE=whatever1 Type=Bridge. But this case is pretty unlikely. *** Bug 1402267 has been marked as a duplicate of this bug. *** Possible fix: https://github.com/fedora-sysv/initscripts/pull/62 After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. |