The FDP team is no longer accepting new bugs in Bugzilla. Please report your issues under FDP project in Jira. Thanks.
Bug 2216323 - ovn-northd: Address set sync from NB DB to SB DB is not working when address has a prefix
Summary: ovn-northd: Address set sync from NB DB to SB DB is not working when address ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux Fast Datapath
Classification: Red Hat
Component: ovn23.06
Version: RHEL 9.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Ales Musil
QA Contact: Jianlin Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-20 19:48 UTC by OVN Bot
Modified: 2024-01-24 11:17 UTC (History)
4 users (show)

Fixed In Version: ovn23.06-23.06.0-13.el9fdp
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-01-24 11:17:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker FD-3238 0 None None None 2023-11-30 22:18:12 UTC
Red Hat Product Errata RHBA-2024:0391 0 None None None 2024-01-24 11:17:05 UTC

Description OVN Bot 2023-06-20 19:48:59 UTC
This is an automatically-generated clone of issue https://bugzilla.redhat.com/show_bug.cgi?id=2196885

Comment 3 Jianlin Shi 2023-12-05 02:11:43 UTC
with reproducer in https://bugzilla.redhat.com/show_bug.cgi?id=2216314#c4

Verified on ovn23.06-23.06.1-60.el9:

[root@kvm-03-guest20 bz2216323]# bash -x rep.sh 
+ systemctl start ovn-northd
++ ovn-nbctl --wait=sb create address-set name=as1 addresses=10.16.0.47/4,10.16.3.48/32
+ as_uuid=fd46089c-ae0a-4e83-9aa7-6a730e0db347
+ ovn-sbctl list address_set
_uuid               : ca187449-9f89-4da0-a515-8c09a1de68da
addresses           : ["10.16.0.47/4", "10.16.3.48/32"]
name                : as1

_uuid               : 9bf0325d-3e8f-43b0-a311-1e4bd7a9b80d
addresses           : ["c6:03:7a:8a:44:1e"]
name                : svc_monitor_mac
+ ovn-nbctl --wait=sb remove address_set fd46089c-ae0a-4e83-9aa7-6a730e0db347 addresses 10.16.0.47/4
+ ovn-sbctl list address_set
_uuid               : ca187449-9f89-4da0-a515-8c09a1de68da
addresses           : ["10.16.3.48/32"]
name                : as1

<=== address set is deleted

_uuid               : 9bf0325d-3e8f-43b0-a311-1e4bd7a9b80d
addresses           : ["c6:03:7a:8a:44:1e"]
name                : svc_monitor_mac
[root@kvm-03-guest20 bz2216323]# rpm -qa | grep -E "openvswitch3.1|ovn23.06"
openvswitch3.1-3.1.0-70.el9fdp.x86_64
ovn23.06-23.06.1-60.el9fdp.x86_64
ovn23.06-central-23.06.1-60.el9fdp.x86_64
ovn23.06-host-23.06.1-60.el9fdp.x86_64

Comment 5 errata-xmlrpc 2024-01-24 11:17:04 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 (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:0391


Note You need to log in before you can comment on or make changes to this bug.