Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-05-18 Thread Sergey Motovilovets
... Oh, and "glance_api_version = 2" must be set in cinder.conf 2014-05-18 18:52 GMT+03:00 Sergey Motovilovets < motovilovets.ser...@gmail.com>: > In case if someone gets into the same situation as mine: > Solution of the problem was to uncomment "enable_v2_api = True" line in > glance-api.conf

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-05-18 Thread Sergey Motovilovets
In case if someone gets into the same situation as mine: Solution of the problem was to uncomment "enable_v2_api = True" line in glance-api.conf o_0 2014-05-15 23:38 GMT+03:00 Sebastien Han : > Glad to hear that it works now :) > > > Sébastien Han > Cloud Engineer > > "Always give 100%. Unl

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-05-15 Thread Sebastien Han
Glad to hear that it works now :) Sébastien Han Cloud Engineer "Always give 100%. Unless you're giving blood.” Phone: +33 (0)1 49 70 99 72 Mail: sebastien@enovance.com Address : 11 bis, rue Roquépine - 75008 Paris Web : www.enovance.com - Twitter : @enovance On 15 May 2014, at 0

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-05-15 Thread Pierre Grandin
I have the same issue, but using Josh's havana-ephemeral-rbd branch from https://github.com/jdurgin/nova/tree/havana-ephemeral-rbd On Thu, May 15, 2014 at 8:25 AM, Сергей Мотовиловец < motovilovets.ser...@gmail.com> wrote: > Hi > > I'm trying to follow the idea to enable COW with cinder, but it

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-05-15 Thread Maciej Gałkiewicz
On 15 May 2014 04:05, Maciej Gałkiewicz wrote: > On 28 April 2014 16:11, Sebastien Han wrote: > >> Yes yes, just restart cinder-api and cinder-volume. >> It worked for me. > > > In my case the image is still downloaded:( > Option "show_image_direct_url = True" was missing in my glance config.

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-05-14 Thread Maciej Gałkiewicz
On 28 April 2014 16:11, Sebastien Han wrote: > Yes yes, just restart cinder-api and cinder-volume. > It worked for me. In my case the image is still downloaded:( {"status": "active", "name": "instance.image-v0.98-1-cc2.img", "tags": [], "container_format": "bare", "created_at": "2014-05-14T10

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-28 Thread Sebastien Han
Yes yes, just restart cinder-api and cinder-volume. It worked for me. Sébastien Han Cloud Engineer "Always give 100%. Unless you're giving blood.” Phone: +33 (0)1 49 70 99 72 Mail: sebastien@enovance.com Address : 11 bis, rue Roquépine - 75008 Paris Web : www.enovance.com - Twitte

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-28 Thread Maciej Gałkiewicz
On 28 April 2014 15:58, Sebastien Han wrote: > FYI It’s fixed here: https://review.openstack.org/#/c/90644/1 I already have this patch and it didn't help. Have it fixed the problem in your cluster? -- Maciej Gałkiewicz Shelly Cloud Sp. z o. o., Co-founder, Sysadmin http://shellycloud.com/, ma

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-28 Thread Sebastien Han
FYI It’s fixed here: https://review.openstack.org/#/c/90644/1 Sébastien Han Cloud Engineer "Always give 100%. Unless you're giving blood.” Phone: +33 (0)1 49 70 99 72 Mail: sebastien@enovance.com Address : 11 bis, rue Roquépine - 75008 Paris Web : www.enovance.com - Twitter : @eno

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-25 Thread Sebastien Han
I just tried, I have the same problem, it looks like a regression… It’s weird because the code didn’t change that much during the Icehouse cycle. I just reported the bug here: https://bugs.launchpad.net/cinder/+bug/1312819 Sébastien Han Cloud Engineer "Always give 100%. Unless you're giv

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-25 Thread Maciej Gałkiewicz
On 25 April 2014 16:37, Sebastien Han wrote: > This is a COW clone, but the BP you pointed doesn’t match the feature you > described. This might explain Greg’s answer. > The BP refers to the libvirt_image_type functionality for Nova. > > What do you get now when you try to create a volume from an

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-25 Thread Sebastien Han
This is a COW clone, but the BP you pointed doesn’t match the feature you described. This might explain Greg’s answer. The BP refers to the libvirt_image_type functionality for Nova. What do you get now when you try to create a volume from an image? Sébastien Han Cloud Engineer "Always

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-25 Thread Maciej Gałkiewicz
On 25 April 2014 16:00, Gregory Farnum wrote: > If you had it working in Havana I think you must have been using a > customized code base; you can still do the same for Icehouse. > -Greg > Software Engineer #42 @ http://inktank.com | http://ceph.com I was using a standard OpenStack version from

Re: [ceph-users] OpenStack Icehouse and ephemeral disks created from image

2014-04-25 Thread Gregory Farnum
If you had it working in Havana I think you must have been using a customized code base; you can still do the same for Icehouse. -Greg Software Engineer #42 @ http://inktank.com | http://ceph.com On Fri, Apr 25, 2014 at 12:55 AM, Maciej Gałkiewicz wrote: > Hi > > After upgrading my OpenStack clu