Bug 1075195
| Summary: | provide bridge support | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jiri Pirko <jpirko> | ||||||||
| Component: | anaconda | Assignee: | Radek Vykydal <rvykydal> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 7.0 | CC: | dcbw, gscrivan, jstodola, mkovarik, rkhan, steved | ||||||||
| Target Milestone: | rc | Flags: | mleitner:
needinfo-
|
||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | anaconda-19.31.96-1 | Doc Type: | Bug Fix | ||||||||
| Doc Text: |
Cause:
Anaconda did not support creating network bridges.
Consequence:
No network bridge.
Fix:
Write code.
Result:
Anaconda now supports the creation of network bridges with the Network Spoke in the GUI or via the kickstart network command like so: network --device=br0 --bridgeslaves=eth1,eth2 --bridgeopts=stp=no
|
Story Points: | --- | ||||||||
| Clone Of: | |||||||||||
| : | 1146509 1172527 (view as bug list) | Environment: | |||||||||
| Last Closed: | 2015-03-05 13:59:29 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: | 1146509 | ||||||||||
| Bug Blocks: | 1112660, 1172527 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Jiri Pirko
2014-03-11 16:53:30 UTC
Created attachment 933986 [details]
NM log: activating bridge connection fails.
07:41:31,201 INFO NetworkManager: <debug> [1409730091.201873] [platform/nm-linux-platform.c:1785] link_add(): link: add link 'br0' of type 'bridge' (196608)
07:41:31,219 ERR NetworkManager: <error> [1409730091.219958] [platform/nm-linux-platform.c:1366] add_object(): Netlink error adding 0: br0 <DOWN> mtu 0 bridge: Operation not supported
07:41:31,220 WARNING NetworkManager: <warn> (br0): failed to create bridge master interface for 'bridge-br0': unknown error
Dan, I am not able to bring bridge connection in installer environment (see comment #1). I tried to create the connections using nm-c-e (the above log) and nmcli. Am I doing something wrong, or is installer environment missing something? I am using rhel 7.0 GA. I will attach also ifcfg.log. Created attachment 933993 [details]
ifcfg.log
Created attachment 934036 [details] NM log: activating bridge connection fails. (using nm-c-e) (In reply to Radek Vykydal from comment #2) > Dan, I am not able to bring bridge connection in installer environment (see > comment #1). I tried to create the connections using nm-c-e (the above log) Correction: the log in comment #1 is from using nmcli in installer, this log is from using nm-c-e in installer. *** Bug 1148004 has been marked as a duplicate of this bug. *** Another user experienced a similar problem: just tried to install from RHEL-7.1-20140930.n.0-Workstation-x86_64-boot.iso cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=RHEL-7.1\x20x86_64 quiet BOOT_IMAGE=vmlinuz hashmarkername: anaconda kernel: 3.10.0-171.el7.x86_64 package: anaconda-19.31.95-1 product: Red Hat Enterprise Linux reason: AttributeError: 'RHEL7_NetworkData' object has no attribute 'bridgeslaves' release: Red Hat Enterprise Linux Client release 7.1 Beta (Maipo) release_type: pre-release version: 7.1 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://rhn.redhat.com/errata/RHBA-2015-0312.html |