OCPBUGS-65712: Fix instance deletion order#383
Conversation
|
@mandre: This pull request references Jira Issue OCPBUGS-65712, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
This is effectively the same thing we currently do in (the much changed) upstream. /lgtm |
|
/hold |
Delete the OpenStack instance before deleting its network ports. This prevents "Policy doesn't allow compute:detach primary port" errors that occur when attempting to delete a primary NIC while the instance still exists. Deleting the instance automatically detaches all interfaces, so the explicit detach call is no longer needed.
a20bf28 to
d22c55a
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: stephenfin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@mandre: Jira Issue OCPBUGS-65712: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-65712 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/hold cancel |
|
Fix included in accepted release 4.21.0-0.nightly-2025-12-08-112148 |
Delete the OpenStack instance before deleting its network ports. This prevents "Policy doesn't allow compute:detach primary port" errors that occur when attempting to delete a primary NIC while the instance still exists.
Deleting the instance automatically detaches all interfaces, so the explicit detach call is no longer needed.