Migrate a Linux VM from vSphere to KVM
PreviousCreate Windows VM Image from ScratchNextMigrate Secondary Linux VM Disk from vSphere to OpenStack
Last updated
Was this helpful?
Was this helpful?
qemu-img convert -O qcow2 <input vmdk file> <ouput qcow2 file>qemu-img convert -O qcow2 centos6-vm-migration-flat.vmdk centos6-vm-migration.qcow2glance image-create --disk-format qcow2 \
--container-format bare \
--file centos6-vm-migration.qcow2 \
--visibility public \
--name centos6-vm-migration \
--property pf9_description="Linux VM migrated from vSphere" \
--property pf9_virtual_size=26422542336