Re: [Openstack-operators] [nova] create image from paused VM refused with http 409

2016-03-22 Thread Christopher Hull
I had some interesting experiences between Cinder and Glance with Kilo as well. For instance, occasionally I'd get a bad checksum when running an image created from a Cinder volume. The checksum would occasionally be wrong. Liberty works well. All my images run no matter what. But I can't g

Re: [Openstack-operators] [nova] create image from paused VM refused with http 409

2016-03-22 Thread Saverio Proto
I am not a developer but I tried my best ! https://review.openstack.org/#/c/295865/ I applied the patch in my staging system and it fixes the problem :) Saverio 2016-03-22 13:46 GMT+01:00 Saverio Proto : > I found the problem. It happens only then the instance has booted from volume. > > I thin

Re: [Openstack-operators] [nova] create image from paused VM refused with http 409

2016-03-22 Thread Saverio Proto
I found the problem. It happens only then the instance has booted from volume. I think api.py should be patched at the function snapshot_volume_backed (line 2250) in a similar way as https://review.openstack.org/#/c/116789/ Looks like the bug is also there in master , file nova/compute/api.py lin

[Openstack-operators] [nova] create image from paused VM refused with http 409

2016-03-22 Thread Saverio Proto
Hello there, I used to do this in Juno, and now I upgraded to Kilo and it is not working anymore. macsp:~ proto$ openstack server image create --name test 81da19c6-efbe-4002-b4e8-5ce352ffdd14 Cannot 'createImage' instance 81da19c6-efbe-4002-b4e8-5ce352ffdd14 while it is in vm_state paused (HTTP 4