-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix(nexus_cleanup): cleanup old nexuses post volume destroy #549
Conversation
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
044556a
to
720de81
Compare
bors merge |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors cancel |
Canceled. |
720de81
to
3a45add
Compare
bors merge |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
3a45add
to
006164a
Compare
Canceled. |
Signed-off-by: Abhilash Shetty <[email protected]>
006164a
to
1d036cb
Compare
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
553: fix(nexus_cleanup): cleanup old nexuses post volume destroy r=abhilashshetty04 a=abhilashshetty04 develop PR: #549 Co-authored-by: Abhilash Shetty <[email protected]>
With this PR we set lazy as true when creating DestroyNexus. This sets NexusStatus as Deleting which allows reconciler to handle deletion if initial attempt fails for some reason.