Bug 2065634
Summary: | Unable to delete Port because of not found IP address in Subnet | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Maysa Macedo <mdemaced> | |
Component: | openstack-neutron | Assignee: | Rodolfo Alonso <ralonsoh> | |
Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 16.2 (Train) | CC: | ccamposr, chrisw, jraju, ralonsoh, rcernin, scohen | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-neutron-15.3.5-2.20220406200213.d21e537.el8osttrunk | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2145202 (view as bug list) | Environment: | ||
Last Closed: | 2022-06-22 16:06:16 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2145202 |
Description
Maysa Macedo
2022-03-18 11:36:34 UTC
Hello: This is a problem with the IPAM module, [1] and OVN. When a port is created in "create_port_bulk", we first create the IPAM allocations [1], to save time and DB accesses. However, if one port fails in the driver call, the port is deleted. In this port deletion, the IPAM reservation is deleted too. At the end of "create_port_bulk", the previously created IPAM reservations are deleted too (again). This is what is triggering the error in the Neutron server [2]. The DB now has a port register, a IP allocation register but not an IPAM allocation register. That prevents from deleting manually this port (error 500). I'll open a LP bug to solve this in U/S and I'll rebase the fix up to Train (that will be rebased into 16.2). Regards. [1]https://review.opendev.org/q/I8877c658446fed155130add6f1c69f2772113c27 I forgot to add link [2]: http://pastebin.test.redhat.com/1038612 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 (Release of components for Red Hat OpenStack Platform 16.2.3 (Train)), 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-2022:4793 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |