GitHub user bernardodemarco added a comment to the discussion: How to decouple an instance from a template?
Hello, @jl0815 and @daviftorres > Okay, I can delete the template using “force delete,” and that doesn't seem > to be a problem for the running instances. Exactly, the running VMs will not be affected. The template will be kept in primary storage until the last VM that uses it is expunged. > The name of the original template still appears in the overview of both the > instance and the ROOT volume. Could this cause problems later on if new > templates with the same name are registered? No, this will not cause any issues. The only downside is that the UI will display a link to the template and, when accessing it, since the template is removed, the user will be redirected to a 404 page. As for new templates with the same name, this will not be an issue either. ACS currently supports different templates with the same name. The are identified/differentiated by their internal IDs and UUIDs. GitHub link: https://github.com/apache/cloudstack/discussions/13448#discussioncomment-17356495 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
