Bug 1887350
Summary: | libnmstate.show() crashes when OVS bridge, port and internal interface have the same name and managed by NM [rhel-8.2.0.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
Component: | nmstate | Assignee: | Edward Haas <edwardh> |
Status: | CLOSED ERRATA | QA Contact: | Mingyu Shi <mshi> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 8.2 | CC: | cnv-qe-bugs, danken, dholler, edwardh, ferferna, fge, jiji, jishi, mcornea, myakove, network-qe, phoracek, till, toneata, yjoseph |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | nmstate-0.2.6-14.el8_2.src.rpm | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1886334 | Environment: | |
Last Closed: | 2020-11-25 18:23:36 UTC | Type: | --- |
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: | 1886334, 1887996, 1887997 | ||
Bug Blocks: | 1887349 |
Comment 11
Gris Ge
2020-10-14 03:50:32 UTC
Reproduced with nmstate-0.2.6-6.el8.noarch, reproducer: nmcli conn add type ovs-bridge conn.interface bridge0 nmcli conn add type ovs-port conn.interface bridge0 master bridge0 nmcli conn add type ovs-interface slave-type ovs-port conn.interface bridge0 master bridge0 # In case that dhcp timeout causes NM deletes ovs-interface, this could be run(or set NM timeout property to unlimited): nmcli conn modify ovs-slave-bridge0-1 ipv4.method disabled ipv6.method disabled nmstatectl show Verified with versions: nmstate-0.2.6-14.el8_2.noarch NetworkManager-1.22.8-4.el8.x86_64 DISTRO=RHEL-8.2.0-20200404.0 Linux dell-r430-2.gsslab.pnq.redhat.com 4.18.0-193.el8.x86_64 #1 SMP Fri Mar 27 14:35:58 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux openvswitch2.13-2.13.0-39.el8fdp.x86_64 openvswitch-selinux-extra-policy-1.0-22.el8fdp.noarch python3-openvswitch2.13-2.13.0-39.el8fdp.x86_64 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 (nmstate bug fix update), 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://access.redhat.com/errata/RHBA-2020:5226 |