The storage requirements for each disk in the exported VM:
(note that an export domain can only be a file domain)
qcow | preallocated : 1.1 * disk capacity
| sparse: 1.1 * min(used ,capacity)
-----|-----------------------------------------
raw | preallocated: disk capacity
| sparse: min(used,capacity)
Vered, from what I can see the patch was not backported to 3.5 - moving back to POST.
Either confirm (and backport!) or refute (and add the link to the relevant patch).
The storage requirements for each disk in the exported VM: (note that an export domain can only be a file domain) qcow | preallocated : 1.1 * disk capacity | sparse: 1.1 * min(used ,capacity) -----|----------------------------------------- raw | preallocated: disk capacity | sparse: min(used,capacity)