Re: [Openstack-operators] cinder-api with rbd driver ignores ceph.conf

2015-11-12 Thread Josh Durgin
On 11/12/2015 07:41 AM, Saverio Proto wrote: So here is my best guess. Could be that I am missing this patch ? https://github.com/openstack/cinder/commit/6211d8fa2033c2a607c20667110c5913cf60dd53 Exactly, you need that patch for cinder to use rbd_default_features from ceph.conf instead of its o

Re: [Openstack-operators] Ceph backed 'boot from volume' downloading image

2015-07-29 Thread Josh Durgin
Hi Caius, This has existed in the rbd cinder driver since volume-to-image was added: https://github.com/openstack/cinder/blob/stable/kilo/cinder/volume/drivers/rbd.py#L823 Cinder falls back to doing the full copy if glance doesn't report the location, or it's not marked as raw format. If glanc