CloudStack Primary Storage: How Linked Clones Work
When CloudStack deploys a VM from a template, it uses a linked clone instead of creating a full copy of the disk. This approach saves both time and storage space. What Is a Linked Clone A linked clone is a virtual disk that shares the same base image as another VM or template. It doesn’t duplicate the full data. Instead: The base disk (template) is read-only. The linked clone stores only changes (writes made by the VM)....