Migrate 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 ubuntu14-vm-migration-flat.vmdk ubuntu14-vm-migration-secondary.qcow2glance image-create --disk-format qcow2 \
--container-format bare \
--file ubuntu14-vm-migration-secondary.qcow2 \
--visibility public \
--name ubuntu14-vm-migration-secondary \
--property pf9_description="Linux VM secondary disk migrated from vSphere" \
--property pf9_virtual_size=26422542336