☂️ Enable MCM providers to force delete machines stuck in Terminal
state
#810
Labels
area/quality
Output qualification (tests, checks, scans, automation in general, etc.) related
area/robustness
Robustness, reliability, resilience related
kind/enhancement
Enhancement, improvement, extension
lifecycle/stale
Nobody worked on this for 6 months (will further age)
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/area quality
/area robustness
/kind enhancement
/priority 3
What would you like to be added:
MCM should be able to force delete machines if they are stuck in terminal state (an irrecoverable state where API calls other than force delete won't work).
Why is this needed:
We have seen issues (currently on Azure only) where the VM was stuck in terminal state (refer Live Ticket # 2946)
The above error in Azure can be reproduced possibly by
MCM fails recovering from this situation , as we detach the disks first (an
Update
operation) in Azure and then go forDeleteVM()
. Since disk detachment is never triggered due to terminal state, the situation becomes irrecoverable and theDelete
flow of MCM keeps on repeating.Similar situations could be seen in other providers where normal Delete won't work and a force delete might be needed.
Example ticket canary # 4358
Proposal:
Providers:
Terminal
state #810 (comment))The text was updated successfully, but these errors were encountered: