Bug 2227122
Summary: | ovn-controller replace CT zone UUID names with LR/LS names | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | OVN Bot <ovn-bot> |
Component: | ovn23.06 | Assignee: | Ales Musil <amusil> |
Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | FDP 23.A | CC: | amusil, ctrautma, dceara, jiji |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovn23.06-23.06.0-51.el8fdp | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-01-24 11:05:26 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: |
Description
OVN Bot
2023-07-28 04:05:14 UTC
with reproducer in https://bugzilla.redhat.com/show_bug.cgi?id=2227123#c3 Verified on ovn23.06-23.06.1-60.el8: [root@kvm-02-guest29 bz2224199]# rpm -qa | grep -E "openvswitch3.1|ovn23.06" openvswitch3.1-3.1.0-70.el8fdp.x86_64 ovn23.06-23.06.1-60.el8fdp.x86_64 ovn23.06-central-23.06.1-60.el8fdp.x86_64 ovn23.06-host-23.06.1-60.el8fdp.x86_64 + ovn-nbctl set logical_router lr1 options:chassis=hv1 + ovn-nbctl lr-nat-add lr1 snat 172.17.1.1 192.168.1.1 + ovn-nbctl --wait=hv sync + ovs-vsctl list bridge _uuid : a5e479bd-9645-4f03-af3f-2f944199bc6f auto_attach : [] controller : [] datapath_id : "000072afbedaf993" datapath_type : system datapath_version : "<unknown>" external_ids : {ct-zone-lr1-ls1="5", ct-zone-lr1-ls2="10", ct-zone-lr1_dnat="2", ct-zone-lr1_snat="4", ct-zone-ls1-lr1="8", ct-zone-ls1_dnat="7", ct-zone-ls1_snat="3", ct-zone-ls1p1="11", ct-zone-ls1p2="13", ct-zone-ls2-lr1="9", ct-zone-ls2_dnat="6", ct-zone-ls2_snat="1", ct-zone-ls2p1="12", ovn-nb-cfg="1", ovn-nb-cfg-ts="1701742918978", ovn-startup-ts="1701742908921"} <=== ct-zone name is related to ls/lr name fail_mode : secure flood_vlans : [] flow_tables : {} ipfix : [] mcast_snooping_enable: false mirrors : [] name : br-int netflow : [] other_config : {disable-in-band="true", hwaddr="72:af:be:da:f9:93"} ports : [131f70c5-21f6-49b6-8c18-b5456311d836, 2ee4902e-7801-4aec-be80-12a16d1f948e, 9e18a9b7-a67b-4cc5-9294-9bf29926d20d, a8f3ed6a-1848-4425-b20d-dd166374bc52] protocols : [] rstp_enable : false rstp_status : {} sflow : [] status : {} stp_enable : false 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 (ovn23.06 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-2024:0388 |