mirror of
https://github.com/harvester/vm-import-controller.git
synced 2025-06-03 01:44:51 +00:00
![]() - Create the volume image using RAW disk format instead of QCOW2, so no conversion is required after downloading. This will reduce memory consumption. - Download and write the image file in chunks (32KiB by default), so the whole file doesn't need to be downloaded completely and stored in memory before it is written to disk. - Fix a variable name shadowing issue. - Improve logging. Related to: https://github.com/harvester/harvester/issues/6674 Signed-off-by: Volker Theile <vtheile@suse.com> |
||
---|---|---|
.. | ||
gemu_test.go | ||
qemu.go |