-
Notifications
You must be signed in to change notification settings - Fork 33
OCPBUGS-65712: Fix instance deletion order #383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. In 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.
Needs 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. In 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 |
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.