Bug 1741398
| Summary: | [OVS2.11] OVS daemon failed to start under 8.1.0 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Jean-Tsung Hsiao <jhsiao> |
| Component: | openvswitch2.11 | Assignee: | David Marchand <dmarchan> |
| Status: | CLOSED DUPLICATE | QA Contact: | ovs-qe |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | FDP 19.E | CC: | ctrautma, dmarchan, jhsiao, kzhang, ralongi |
| 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: | 2019-08-19 09:12:53 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: | |||
|
Description
Jean-Tsung Hsiao
2019-08-15 03:15:08 UTC
I suspect it is related to bz1711739. - Do you have no pci device bound to vfio-pci? - Does setting the ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-extra='--iova-mode=va' parameter resolve the issue? (In reply to David Marchand from comment #1) > I suspect it is related to bz1711739. > > - Do you have no pci device bound to vfio-pci? > - Does setting the ovs-vsctl --no-wait set Open_vSwitch . > other_config:dpdk-extra='--iova-mode=va' parameter resolve the issue? This is a totally different issue from bz1711739. In this case ovs-vswitchd failed to come up --- no /var/log/openvswitch/ovs-vswitchd.log. It happened with or without ixgbe bound to vfio-pci. Please check the "journalctl -xe -l" log above. In bz1711739 case the daemon always come up with log file showing memory issue. Will send you login info in case you want to login to take a look. Looked at your system logs, the ovs scripts can't read /lib/modules and can't load the openvswitch kmod. I upgraded to openvswitch-selinux-extra-policy-1.0-18.el8fdp.noarch and it fixes the issue. *** This bug has been marked as a duplicate of bug 1732647 *** |