Automatic Instance Renaming Before Expunge #11794
baltazorbest
started this conversation in
Ideas
Replies: 1 comment
-
|
sounds good @baltazorbest , I am not sure of any unexpected side effects (like when recovering the VM) so I think it should be beind a feature flag. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Description:
Introduce an automatic renaming mechanism for instances marked as deleted (before the expunge process). When a user deletes an instance, CloudStack could automatically append a timestamp to its name — for example, renaming Backend to Backend-20251006.
Problem:
After a user deletes an instance, it remains in the system (until expunge) but is no longer visible to the user. During this period, if the user tries to create a new instance with the same name, an error occurs because the old record still exists.
Proposed Solution:
At the “delete” operation step, automatically rename the instance by adding a timestamp suffix.
Example workflow:
Benefits:
Beta Was this translation helpful? Give feedback.
All reactions