Bug 1082275
| Summary: | [MultiHost] Bridge still exists for the network when updating that network to be non-VM (net over bond) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | GenadiC <gcheresh> | ||||
| Component: | vdsm | Assignee: | lpeer <lpeer> | ||||
| Status: | CLOSED ERRATA | QA Contact: | GenadiC <gcheresh> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.4.0 | CC: | adahms, bazulay, danken, gklein, iheim, lpeer, myakove, nyechiel, yeylon | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | 3.4.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | network | ||||||
| Fixed In Version: | av8 | Doc Type: | Bug Fix | ||||
| Doc Text: |
With this update, the presence of network bridges on logical networks is now correctly updated when bonded logical networks are removed.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-09 13:29:57 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1071398 | ||||||
| Bug Blocks: | 1098239 | ||||||
| Attachments: |
|
||||||
Effectively, this bug is the rhev clone of ovirt's bug 1071398. Verified in AV7 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. http://rhn.redhat.com/errata/RHBA-2014-0504.html |
Created attachment 880265 [details] vdsm log with sw1 as problematic network Description of problem: If you create VM network and attach it to Host over bond, then updating that network to be non-VM will not remove the bridge for that network Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Create VM network and attach it to the bond on the Host 2. Update network to be non-VM 3. Check if the bridge exists on the host for that network (brctl show) Actual results: Bridge exists Expected results: non-VM network is supposed to be non-VM (without a bridge) Additional info: getVdsCaps shows correct configuration for sw1 that is supposed to be non-VM, but brctl show shows it as VM: bridge name bridge id STP enabled interfaces ;vdsmdummy; 8000.000000000000 no rhevm 8000.001d0968714e no eth0 sw1 8000.001517a76a4c no bond0 networks = {'rhevm': {'addr': '10.35.128.10', 'bridged': True, 'cfg': {'BOOTPROTO': 'dhcp', 'DEFROUTE': 'yes', 'DELAY': '0', 'DEVICE': 'rhevm', 'NM_CONTROLLED': 'no', 'ONBOOT': 'yes', 'STP': 'no', 'TYPE': 'Bridge'}, 'gateway': '10.35.128.254', 'iface': 'rhevm', 'ipv6addrs': ['fe80::21d:9ff:fe68:714e/64'], 'ipv6gateway': '::', 'mtu': '1500', 'netmask': '255.255.255.0', 'ports': ['eth0'], 'stp': 'off'}, 'sw1': {'addr': '', 'bridged': False, 'gateway': '', 'iface': 'bond0', 'interface': 'bond0', 'ipv6addrs': ['fe80::215:17ff:fea7:6a4c/64'], 'ipv6gateway': '::', 'mtu': '1500', 'netmask': ''}}