How to migrate a virtual machine from KVM hypervisor to PROXMOX
We will assume throughout the article that we want to migrate the webserver virtual machine from kvm hypervisor to proxmox
1 — From the kvm hypervisor, export the webserver virtual machine in qcow2 format
qemu-img convert -O qcow2 /dev/vg0/lv_webserv...
jkblog.joelkoussawo.com1 min read