mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 00:50:51 +00:00
![]() since there is no reliable way to check whether a linked clone would end up being something other than a raw file, and the volumes are tiny anyway. otherwise on directory storages, the following sequence of events could happen: - linked clone using raw file as base and qcow2 as overlay - swtpm_setup interprets qcow2 file as raw - swtpm_setup fails to find TPM state and overwrites it with a new one - file is now no longer a linked clone, but a raw file with a qcow2 extension - move disk and migration fail because of the format mismatch the downside is that storages that actually support raw linked clones (ZFS, RBD, LVM-thin) now use more space for fully cloned TPM state volumes... Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Reviewed-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
.. | ||
Qemu | ||
Makefile | ||
Qemu.pm |