GitHub user abh1sar added a comment to the discussion: Cannot transfer instance from one account to another.
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 be used to create an Instance on another account, but the other account need to have permission to access it. GitHub link: https://github.com/apache/cloudstack/discussions/11653#discussioncomment-14425611 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
