I'm migrating some VMs to different storage. Some of those VMs are linked clones, the parent of which would still be on the old storage.
Should this go well? I tried this in a lab environment, and it looks like the linked clone is converted to a full clone (?), although the disk name format diverges from original full clones, but that seems to be semantic only:
(Migrated)
(Original full clone)
(Linked clone)
Should this go well? I tried this in a lab environment, and it looks like the linked clone is converted to a full clone (?), although the disk name format diverges from original full clones, but that seems to be semantic only:
scsi0: local:105/vm-105-disk-0.qcow2,iothread=1,size=32G(Migrated)
scsi0: local-zfs:vm-227-disk-0,iothread=1,size=32G(Original full clone)
scsi0: local-zfs:base-103-disk-0/vm-231-disk-0,iothread=1,size=32G(Linked clone)