Re: [Openstack-operators] Nova snapshot using image-create not working

2016-11-07 Thread William Josefsson
Thanks Saverio for sharing your notes, I tried openstack snapshot create and that seems to work. thx will On Fri, Nov 4, 2016 at 6:35 PM, Saverio Proto wrote: > Hello, > if the instance is booted from Volume, when you "nova snapshot" in the > glance repo you find a image of 0 bytes, that just con

Re: [Openstack-operators] Nova snapshot using image-create not working

2016-11-04 Thread Saverio Proto
Hello, if the instance is booted from Volume, when you "nova snapshot" in the glance repo you find a image of 0 bytes, that just contains metadata. you need to make cinder volume snapshots. This is a recurring FAQ for the users of our cloud, I wrote something about it here: https://help.switch.ch

[Openstack-operators] Nova snapshot using image-create not working

2016-11-04 Thread William Josefsson
Hi list, I have problems creating snapshots with nova image-create on Liberty/CentOS72. I have small ubuntu instances provisioned booted from a cinder volume, I stop the instance, then try to create a snapshot by issuing: As documented here: http://docs.openstack.org/user-guide/cli-use-snapshots-t