# openstack image create “Your_Windows_VM_NAME_Blaah” --file Windows_VM_disk1.qcow2 --disk-format qcow2 --container-format bare --public --property hw_firmware_type=uefi --property os_secure_boot=required --property hw_disk_bus=ide
# openstack image create “Your_Windows_VM_NAME_Blah” --file Windows_VM_disk2.qcow2 --disk-format qcow2 --public
and tried to create Volume through horizon dashboard with this image and 600 GB space. But volume creation itself showing status creating for more than 1 hour for now . Is this usual behaviour or some this wrong ?
Note: so this volume creation from image is taking long time.
As trial and error method I tried to create a small plain volume and attach this to the running WIndows VM(Windows2012 RC). But failed.
I tried to create a plain 20 GB volume from the Horizon GUI and its created with in 30 seconds..
And tried to attach this volume to the Windows VM disk1 which is running and not got attached. ( I shutdown the Windows VM and tried to attach) same result. not attached.
A plain volume also unable to got attached to the Windows VM ? why ?
But the large 600GB goes for long hours. ( yesterday also tried and it was in creating state for 5 to 10 hours and I was waiting with no use, then I used the cinder command to change the volume status to "available" and then removed the volume which had not yet changed the state from "creating" to ``available" .
Why do these volume creations with large disk space go for hours ? Are there any short steps to make it fast ?
Any hints most