Cannot transfer instance from one account to another. #11653
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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. A workaround I can think of is:
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. |
Beta Was this translation helpful? Give feedback.
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:
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 …