Bug 2192918

Summary: security group log deletion not a sync op
Product: Red Hat OpenStack Reporter: Elvira <egarciar>
Component: python-networking-ovnAssignee: Elvira <egarciar>
Status: ASSIGNED --- QA Contact: Maor <mblue>
Severity: medium Docs Contact:
Priority: high    
Version: 16.2 (Train)CC: afazekas, apevec, averdagu, chrisw, jamsmith, jjoyce, kgilliga, lhh, lsvaty, majopela, mariel, mblue, mgarciac, scohen, tvignaud
Target Milestone: asyncKeywords: Triaged
Target Release: 16.2 (Train on RHEL 8.4)Flags: mblue: needinfo? (jamsmith)
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: When doing deletion and creation requests for networking log objects, Neutron attempts to delete and create those objects in the OVN database at the same time, and requests can interlock themselves. Consequence: You could never send requests about security group log objects to the Neutron API in parallel, and needed to make sure they were done on a sequential pace. Fix: Now, the create operation is asynchronous again, since the creation petition is ignored if the object is already there.
Story Points: ---
Clone Of: 2178618 Environment:
Last Closed: 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:    
Bug Blocks: 1883298    

Comment 2 Elvira 2023-09-01 12:44:27 UTC
Added in latest brew package python-networking-ovn-7.4.2-2.20220409154880.el8osttrunk
https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=2662604

Comment 32 Elvira 2024-02-06 19:37:03 UTC
Hi, the link to the -patches branch commit was not added on the link directory. I added it now.