mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
This reduces the amount of time and storage it takes dramatically. We no longer do a full copy, but a sparse copy. The destination image is still in RAW format, but we only copy over used blocks. Qemu is also better in doing this then us doing it in Java code.