Bug 1919055
Summary: | ovn-northd would crash if set name for logical_switch_port the same as name for logical_router_port | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Jianlin Shi <jishi> |
Component: | ovn2.13 | Assignee: | Dumitru Ceara <dceara> |
Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | FDP 21.A | CC: | ctrautma, dceara, jishi, ralongi, yinxu |
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: | 2021-03-15 14:36:03 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
Jianlin Shi
2021-01-22 01:47:46 UTC
The fix for bug 1918582 also fixes this one. Moving to post as the fix is up for review: http://patchwork.ozlabs.org/project/ovn/patch/1611232451-9414-1-git-send-email-dceara@redhat.com/ Verified on 20.12.0-9: [root@wsfd-advnetlab20 bz1919055]# rpm -qa | grep ovn2.13 ovn2.13-20.12.0-9.el7fdp.x86_64 ovn2.13-host-20.12.0-9.el7fdp.x86_64 ovn2.13-central-20.12.0-9.el7fdp.x86_64 [root@wsfd-advnetlab20 bz1919055]# bash -x rep.sh + systemctl start ovn-northd + ovn-nbctl ls-add ls1 + ovn-nbctl lsp-add ls1 ls1p1 + ovn-nbctl lr-add lr1 + ovn-nbctl lrp-add lr1 lr1p1 00:00:11:11:11:11 1.2.3.4/24 + ovn-nbctl set logical_switch_port ls1p1 name=lr1p1 [root@wsfd-advnetlab20 ~]# tail -f /var/log/ovn/ovn-northd.log 2021-02-01T02:56:09.918Z|00001|vlog|INFO|opened log file /var/log/ovn/ovn-northd.log 2021-02-01T02:56:09.925Z|00002|ovn_northd|INFO|OVN internal version is : [20.12.0-20.13.0-52.0] 2021-02-01T02:56:09.925Z|00003|reconnect|INFO|unix:/run/ovn/ovnnb_db.sock: connecting... 2021-02-01T02:56:09.925Z|00004|reconnect|INFO|unix:/run/ovn/ovnsb_db.sock: connecting... 2021-02-01T02:56:09.925Z|00005|reconnect|INFO|unix:/run/ovn/ovnnb_db.sock: connected 2021-02-01T02:56:09.925Z|00006|reconnect|INFO|unix:/run/ovn/ovnsb_db.sock: connected 2021-02-01T02:56:09.926Z|00007|ovn_northd|INFO|ovn-northd lock acquired. This ovn-northd instance is now active. 2021-02-01T02:56:10.000Z|00008|ovn_northd|WARN|duplicate logical port lr1p1 <==== not crash 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 (ovn2.13 bug fix and enhancement 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-2021:0836 |