Skip to content

Migrating from kvm hypervisors

daidongyang edited this page Aug 6, 2021 · 2 revisions
  1. Convert qcow2 file to vmdk

qemu-img convert -f qcow2 -O vmdk a.qcow2 b.vmdk

2.import vmdk file by xen-orchestra

  1. copy a new VM, delete the orgin disk and then attach the imported disk.