Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
The FDP team is no longer accepting new bugs in Bugzilla. Please report your issues under FDP project in Jira. Thanks.

Bug 2162823

Summary: OVN is not respecting the ct zone request from ovnk
Product: Red Hat Enterprise Linux Fast Datapath Reporter: OVN Bot <ovn-bot>
Component: ovn22.03Assignee: Mark Michelson <mmichels>
Status: CLOSED ERRATA QA Contact: Jianlin Shi <jishi>
Severity: unspecified Docs Contact:
Priority: high    
Version: FDP 22.LCC: ctrautma, dceara, jiji, mmichels
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ovn22.03-22.03.0-146.el9fdp Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-03-16 10:27:39 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-01-21 05:06:27 UTC
This is an automatically-generated clone of issue https://bugzilla.redhat.com/show_bug.cgi?id=2160403

Comment 4 Jianlin Shi 2023-02-14 03:32:42 UTC
reproduced on ovn22.03-22.03.0-125.el9:

[root@kvm-02-guest04 bz2160403]# rpm -qa | grep -E "ovn22.03|openvswitch3.0"
openvswitch3.0-3.0.0-30.el9fdp.x86_64
ovn22.03-22.03.0-125.el9fdp.x86_64
ovn22.03-central-22.03.0-125.el9fdp.x86_64
ovn22.03-host-22.03.0-125.el9fdp.x86_64

[root@kvm-02-guest04 bz2160403]# bash -x rep.sh 
+ systemctl start openvswitch
+ systemctl start ovn-northd
+ ovn-nbctl set-connection ptcp:6641
+ ovn-sbctl set-connection ptcp:6642
+ ovs-vsctl set open . external_ids:system-id=hv1 external_ids:ovn-remote=tcp:127.0.0.1:6642 external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=127.0.0.1
+ systemctl restart ovn-controller
+ ovn-nbctl --wait=hv sync
+ sleep 2
+ ovn-sbctl list datapath_binding
+ ovn-nbctl lr-add lr0 -- set Logical_Router lr0 options:snat-ct-zone=666 -- lrp-add lr0 lrp-gw 01:00:00:00:00:01 172.16.0.1 -- lrp-set-gateway-chassis lrp-gw hv1
+ ovn-nbctl --wait=hv sync
+ sleep 2
++ ovn-sbctl find datapath_bind external_ids:name=lr0
++ awk '/_uuid/{print $3}'
+ lr_uuid=71605703-652a-497c-88c4-79939b7fab01
++ ovn-appctl -t ovn-controller ct-zone-list
+ ct_zones='71605703-652a-497c-88c4-79939b7fab01_dnat 1
71605703-652a-497c-88c4-79939b7fab01_snat 2'
++ cut -d ' ' -f 2
++ grep 71605703-652a-497c-88c4-79939b7fab01_snat
++ printf '71605703-652a-497c-88c4-79939b7fab01_dnat 1
71605703-652a-497c-88c4-79939b7fab01_snat 2'
+ zone_num=2
+ test 2 -eq 666
+ echo 1
1

Verified on ovn22.03-22.03.0-157.el9:

[root@kvm-02-guest04 bz2160403]# rpm -qa | grep -E "ovn22.03|openvswitch3.0"
openvswitch3.0-3.0.0-30.el9fdp.x86_64
ovn22.03-22.03.0-157.el9fdp.x86_64
ovn22.03-central-22.03.0-157.el9fdp.x86_64
ovn22.03-host-22.03.0-157.el9fdp.x86_64

+ ovn-nbctl --wait=hv sync
+ sleep 2
++ ovn-sbctl find datapath_bind external_ids:name=lr0
++ awk '/_uuid/{print $3}'
+ lr_uuid=e5683224-c281-4540-bc42-64695ca64720
++ ovn-appctl -t ovn-controller ct-zone-list
+ ct_zones='e5683224-c281-4540-bc42-64695ca64720_snat 666
e5683224-c281-4540-bc42-64695ca64720_dnat 1'
++ cut -d ' ' -f 2
++ grep e5683224-c281-4540-bc42-64695ca64720_snat
++ printf 'e5683224-c281-4540-bc42-64695ca64720_snat 666
e5683224-c281-4540-bc42-64695ca64720_dnat 1'
+ zone_num=666
+ test 666 -eq 666
+ echo 0
0

Comment 6 errata-xmlrpc 2023-03-16 10:27:39 UTC
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 (ovn22.03 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-2023:1293