Bug 1636507
Summary: | [Docs][Admin]Remove bond+bond from supported network bonding scenarios | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Simone Tiraboschi <stirabos> |
Component: | Documentation | Assignee: | Avital Pinnick <apinnick> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Tahlia Richardson <trichard> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 4.2.7 | CC: | apinnick, danken, dholler, lsurette, mtessun, pkovar, sradco, srevivo, starfall, tburke, ycui |
Target Milestone: | ovirt-4.3.0 | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-19 16:20:10 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: |
Description
Simone Tiraboschi
2018-10-05 14:55:13 UTC
Bond + nic is probably going to fail as well. We do not support and do not want to support (and there is no reason to support) bond over two bonds. The documentation refers only to the UI. The documentation should be clear about it. Please rename Table 6.6. Bonding Scenarios and Their Results to Bonding UI creation method We're also hitting into this issue with a bond interface over vlan subinterfaces (which works fine otherwise). 2018-12-19 01:59:06,121Z ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HostSetupNetworksVDSCommand] (EE-ManagedThreadFactory-engine-Thread-1) [77aa5e34] Error: VDSGenericException: VDSErrorException: Failed to HostSetupNetworksVDS, error = Unknown nics in: ['enp1s0f0.12', 'enp2s0.12'], code = 23 enp1s0f0.12 and enp2s0.12 are both enslaved to bond12, which is mode active-backup. It is set up this way as other vlans are using different bonding options. (In reply to starfall from comment #5) > We're also hitting into this issue with a bond interface over vlan > subinterfaces (which works fine otherwise). > > > 2018-12-19 01:59:06,121Z ERROR > [org.ovirt.engine.core.vdsbroker.vdsbroker.HostSetupNetworksVDSCommand] > (EE-ManagedThreadFactory-engine-Thread-1) [77aa5e34] Error: > VDSGenericException: VDSErrorException: Failed to HostSetupNetworksVDS, > error = Unknown nics in: ['enp1s0f0.12', 'enp2s0.12'], code = 23 > > enp1s0f0.12 and enp2s0.12 are both enslaved to bond12, which is mode > active-backup. > > It is set up this way as other vlans are using different bonding options. Please note that this setup is not supported, but the hidden_vlans described in https://bugzilla.redhat.com/show_bug.cgi?id=1650650#c28 might help in your scenario. Thanks for the pointers, but adding the vlan subinterfaces to hidden_vlans didn't help. VDSM is checking whether the interfaces enslaved to the bond are returned in nics(). The vlan subinterfaces are not returned in nics() whether they are added in hidden_vlans or not. Published documents: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3-beta/html-single/administration_guide/#sect-Network_Bonding https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3-beta/html-single/planning_and_prerequisites_guide/#networking-recommendations |