This message was deleted.
# harvester
a
This message was deleted.
a
Does this help? https://docs.harvesterhci.io/v1.2/volume/export-volume -- you can export a volume from an existing VM, to an Image, then go to the Images screen and download the image from there.
c
I've try this but the image seems not a qcow2 format. @future-accountant-19088 you manage to find a way to sort this out?
f
no luck on my end unfortunately
c
Thank you
a
downloaded images are (probably) gzipped raw files
try
gunzip IMAGE
then
qemu-img convert -O qcow2 IMAGE IMAGE.qcow2
to turn it into a qcow
👀 1