

anyone met the same problem before, how do you solve the problem, please help, thanks in advance.

I do not know what is wrong, while the vm is booting. to check the vm which is boot from the same raw (qcow2) image on another KVM hypervisor. I suspect the image does not have some drivers, I refer to this doc.

Openstack server create -image test-image -flavor 1 -network 4217efe4-f2e4-4e68-8419-52117384016c test-vmįinally I check the vm on Vceneter, I found the vm is hang on forever like below: Then I try to use these image to start up vm in vcenter: Openstack image create -disk-format vmdk -container-format bare -property vmware_adaptertype="lsiLogic" -property vmware_disktype="sparse" test-image < centos70.vmdk Then I register these vmdk image with Openstack glance like this way (I indicated glance service with IsiLogic adapter): I have some qcow2 and raw format image in Openstack, I try to convert these images to vmdk use command (here I use lsilogic adapter):įor raw : qemu-img convert -f raw -O vmdk -o adapter_type=lsilogic centos70.dsk centos70.vmdkįor qcow2 : qemu-img convert -f qcow2 -O vmdk -o adapter_type=lsilogic centos70.dsk centos70.vmdk I am stuck in the image problem till now.
