VM creation: copy vs clone
-
I have some VM templates with large (tens of GB) disks attached.
Creating a VM from these templates used to be near-instant as XO would do a fast (copy-on-write) clone of the template disks.
Recently it seems XO has started doing a full copy of the template's disks when creating a VM. VM creation from these templates now takes several minutes and I see long-running VM.copy and Async.VDI.copy tasks in the task list whilst this is happening.
Was there a deliberate change to making VM creation do a full copy rather than a fast clone?
Thanks.
-
Yes, that was merged 4 days ago: https://github.com/vatesfr/xen-orchestra/pull/7388
-
Hi,
It's a known bug that will be fixed in our next XOA release (and maybe already merged in master, asking @julien-f )
-
@olivierlambert Aha, thanks
-
Yes, that was merged 4 days ago: https://github.com/vatesfr/xen-orchestra/pull/7388
-
-