Bug 1650650
Summary: | Fail to activate Host with fcoe devices after upgrade | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Javier Coscia <jcoscia> |
Component: | vdsm | Assignee: | Edward Haas <edwardh> |
Status: | CLOSED DEFERRED | QA Contact: | Michael Burman <mburman> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.2.5 | CC: | danken, dholler, edwardh, jcoscia, lsurette, mburman, mkalinin, mtessun, srevivo, ycui |
Target Milestone: | --- | ||
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: | 2018-12-21 15:08:28 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
Javier Coscia
2018-11-16 17:55:48 UTC
ovirt-4.2.8 is going to ship with a vdsm configutable lldp_enable, which can be set to False in order to avoid the averse effects of lldpad on this hardware. This is the best workaround that we can ship now. If this is not enough please reopen. Sorry, wrong bug. Here our problem seems more complex; as if fcoe creates vdsm-unsupported configuration automatically. Dan, see Javier's need info from previous comment hidden_vlans in /etc/vdsm/vdsm.conf Update from QE - we have tested the hidden_vlans option in vdsm.conf and it is working. I have tested the next scenario - - Create bond0 mode=4 via RHV manager ens1f0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP mode DEFAULT group default qlen 1000 ens1f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP mode DEFAULT group default qlen 1000 bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - Create manually vlan tagged interfaces(on the bond's slaves) using ifcfg-* files(not NM) on the host(RHV not involved in this point) ens1f0.155@ens1f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 ens1f1.156@ens1f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - Try to attach a logical network to bond0 via RHV manager - Failed as expected with: VDSM <hostname> command HostSetupNetworksVDS failed: nic ens1f0 already used by (155,) - Edit /etc/vdsm/vdsm.conf with [vars] hidden_vlans = ens1f0.155,ens1f1.156 - (note that space between the comma doesn't work) - Restart vdsmd - Attach network/s to bond0 - SUCCEED brctl show test-net 8000.0015173dcdce no bond The WA is working. |