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

Re: [Openstack] Volume from image question

2015-10-13 Thread Josh Durgin
[resending to the list] On 10/12/2015 06:46 PM, Cory Hawkless wrote: In my setup I have one Ceph cluster but 2 different pools, one for images which is on SATA disks and one for volumes which is on faster SAS disks. Given this setup I don’t imagine there is any way to thin provision an image

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

Re: [openstack-dev] [Cinder] Static Ceph mon connection info prevents VM restart

2015-05-12 Thread Josh Durgin
mon’s which have not changed. Thanks, it all makes sense now. Josh On 12 May 2015, at 01:46, Josh Durgin jdur...@redhat.com wrote: On 05/08/2015 12:41 AM, Arne Wiebalck wrote: Hi Josh, In our case adding the monitor hostnames (alias) would have made only a slight difference: as we moved

Re: [openstack-dev] [Cinder] Static Ceph mon connection info prevents VM restart

2015-05-11 Thread Josh Durgin
On 05/08/2015 12:41 AM, Arne Wiebalck wrote: Hi Josh, In our case adding the monitor hostnames (alias) would have made only a slight difference: as we moved the servers to another cluster, the client received an authorisation failure rather than a connection failure and did not try to fail over

Re: [openstack-dev] [Cinder] Static Ceph mon connection info prevents VM restart

2015-05-07 Thread Josh Durgin
Hey folks, thanks for filing a bug for this: https://bugs.launchpad.net/cinder/+bug/1452641 Nova stores the volume connection info in its db, so updating that would be a workaround to allow restart/migration of vms to work. Otherwise running vms shouldn't be affected, since they'll notice any

Re: [openstack-dev] [OpenStack-Dev] [libvirt] Block Devices and the discard option

2014-10-10 Thread Josh Durgin
On 10/10/2014 08:44 PM, John Griffith wrote: Hi, So I've been beating on this for a good part of the day and I'm not having much luck so I thought I'd ask on the ML if anybody has had any success with the following. We have some applications that have been migrated off of our physical machines

Re: [Openstack] [Cinder] volume migration between volume backends

2014-10-10 Thread Josh Durgin
On 10/07/2014 02:52 PM, Jonathan Proulx wrote: Hi All, I'm installing a new storage backend to my cinder environment and would *really* like to move my existing volumes to it. I did this once before moving from LVM on a storage nod to a SAN based solution with the cinder volume service running

Re: [openstack-dev] [Nova] FFE Request: Ephemeral RBD image support

2014-03-13 Thread Josh Durgin
On 03/12/2014 04:54 PM, Matt Riedemann wrote: On 3/12/2014 6:32 PM, Dan Smith wrote: I'm confused as to why we arrived at the decision to revert the commits since Jay's patch was accepted. I'd like some details about this decision, and what new steps we need to take to get this back in for

Re: [openstack-dev] [Nova] FFE Request: Ephemeral RBD image support

2014-03-13 Thread Josh Durgin
On 03/13/2014 12:48 PM, Russell Bryant wrote: On 03/13/2014 03:04 PM, Josh Durgin wrote: These reverts are still confusing me. The use of glance's v2 api is very limited and easy to protect from errors. These patches use the v2 glance api for exactly one call - to get image locations. This has

Re: [openstack-dev] [cinder] Blueprint cinder-rbd-driver-qos

2014-03-07 Thread Josh Durgin
On 03/05/2014 07:24 AM, git harry wrote: Hi, https://blueprints.launchpad.net/cinder/+spec/cinder-rbd-driver-qos I've been looking at this blueprint with a view to contributing on it, assuming I can take it. I am unclear as to whether or not it is still valid. I can see that it was

Re: [Openstack] volume from image with ceph, pool setting ?

2014-03-07 Thread Josh Durgin
On 03/07/2014 07:19 AM, Benedikt Trefzer wrote: Hi all I try to create a volume (cinder) from a image (glance). Cinder and Glance are using ceph to store their data. In the Debug output of cinder, I can see: INFO cinder.volume.flows.create_volume [req- ] Volume XXX: being created using

[openstack-dev] Ceph and OpenStack unconference on Friday

2013-11-04 Thread Josh Durgin
We're having an unconference session at the OpenStack design summit on Friday at 2:20pm. If you're interested in Ceph integration with OpenStack, please join us to discuss future development. Josh ___ OpenStack-dev mailing list

Re: [openstack-dev] FFE Request: Make RBD Usable for Ephemeral Storage

2013-09-18 Thread Josh Durgin
On 09/18/2013 07:14 AM, Thierry Carrez wrote: Mike Perez wrote: Currently in Havana development, RBD as ephemeral storage has serious stability and performance issues that makes the Ceph cluster a bottleneck for using an image as a source. [...] This comes up a bit late, and the current RC

Re: [Openstack] [Folsom] Location field empty in Glance when instance to image

2013-08-30 Thread Josh Durgin
On 08/30/2013 03:32 AM, Toni F. [ackstorm] wrote: Hi all, With a running boot-from-volume instance backed in ceph, i launch command to create an image from instance. All seems to work fine but if i look in bdd i notice that location is empty mysql select * from images where

Re: [Openstack] incremental backups when using ceph

2013-08-30 Thread Josh Durgin
On 08/29/2013 11:13 PM, Mark Chaney wrote: Full disclosure, I have zero experience with openstack so far. If I am going to use a Ceph RBD cluster to store my guest instances, how should I be doing backups? 1) I would prefer them to be incremental so that a whole backup doesnt have to happen

Re: [Openstack] Create volume from image fails with RBD backend

2013-08-14 Thread Josh Durgin
On 08/11/2013 03:58 PM, Francois Deppierraz wrote: Hi, On a grizzly setup with both glance and cinder configured with RBD backend, I cannot find a way to create a new volume from a (raw) image. The resulting volume is correctly created but remains full of NULL bytes. $ glance show