Skip to content
Discussion options

You must be logged in to vote

Yes, since the template is deleted, although the vm is running as usual it will cause issues with some management operations such as transferring the instance to another account.
How did the template get deleted in the first place, as the deleteTemplate api ideally throws error if any of the VMs is using it?
IMO this is not a bug.

A workaround I can think of is:

  1. Create volume snapshot of the root volume
  2. Create template from the snapshot
  3. Create new instance from the template.

Now this new instance has all the data from the original instance and has a valid template associated with it. This new instance can be moved around freely to another account.
Alternatively, the template itself can …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by weizhouapache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants