Unable to create an instance using ISO file ?
Unable to attach a volume to the instance. So what are the steps that can be proceed to solve this issue
First time here? Check out the FAQ!
Unable to attach a volume to the instance. So what are the steps that can be proceed to solve this issue
It works Thanks
hello
first you have to convert the image file to qcow2 format
This example will convert a raw image file named centos63.dsk to a qcow2 image file.
qemu-img convert -f raw -O qcow2 centos64.dsk centos64.qcow2
To convert from vmdk to raw, you would do:
qemu-img convert -f vmdk -O raw centos64.vmdk centos64.img
Asked: 2014-12-04 00:11:09 -0600
Seen: 454 times
Last updated: Dec 04 '14
Juno Glance does not like iso image
Unable to boot VM created from ISO - storage issue
Create images manually - OpenStack documentation question
How can I have a VM mounting more than one disk image?
Unable to list glance images using python api
Unable to create an windows instance using ISO file ?