How to upgrade an XFS file system hosted on KVM
Preparation It’s useful to know what the operating system is in case you need to install software. You can find that out by doing: cat
Preparation It’s useful to know what the operating system is in case you need to install software. You can find that out by doing: cat
New KVM Setup Guide This is a guide on how to set up a new KVM image on a Ubuntu KVM installation. The other way
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
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