How to export a Proxmox VM to a KVM installation Quick commands: qm list qm config 109 pvs vgs lvdisplay | grep 109 lvdisplay /dev/raid1/vm-109-disk-0 df -h pwd qemu-img convert -O qcow2 /dev/raid1/vm-109-disk-0 host.x.y.z.qcow scp Read More
How to convert a qemu file to QCOW2 for export on a Proxmox host Brief If you have a Proxmox host and you want to export a VM, you have the option of converting to a QCOW2 file. This Read More