Re: [openstack-dev] [cinder] about block device driver

2018-08-01 Thread John Griffith
On Fri, Jul 27, 2018 at 8:44 AM Matt Riedemann wrote: > On 7/16/2018 4:20 AM, Gorka Eguileor wrote: > > If I remember correctly the driver was deprecated because it had no > > maintainer or CI. In Cinder we require our drivers to have both, > > otherwise we can't guarantee that they actually

Re: [openstack-dev] [cinder] about block device driver

2018-07-27 Thread Matt Riedemann
On 7/16/2018 4:20 AM, Gorka Eguileor wrote: If I remember correctly the driver was deprecated because it had no maintainer or CI. In Cinder we require our drivers to have both, otherwise we can't guarantee that they actually work or that anyone will fix it if it gets broken. Would this really

Re: [openstack-dev] [cinder] about block device driver

2018-07-24 Thread Sean McGinnis
On Tue, Jul 24, 2018 at 06:07:24PM +0800, Rambo wrote: > Hi,all > > > In the Cinder repository, I noticed that the BlockDeviceDriver driver is > being deprecated, and was eventually be removed with the Queens release. > > >

[openstack-dev] [cinder] about block device driver

2018-07-24 Thread Rambo
Hi,all In the Cinder repository, I noticed that the BlockDeviceDriver driver is being deprecated, and was eventually be removed with the Queens release. https://github.com/openstack/cinder/blob/stable/ocata/cinder/volume/drivers/block_device.py However,I want to use it out of

Re: [openstack-dev] [cinder] about block device driver

2018-07-17 Thread Rambo
yes -- Original -- From: "Ivan Kolodyazhny"; Date: Tue, Jul 17, 2018 05:00 PM To: "OpenStack Developmen"; Subject: Re: [openstack-dev] [cinder] about block device driver Do you use the volumes on the same nodes where instances a

Re: [openstack-dev] [cinder] about block device driver

2018-07-17 Thread Ivan Kolodyazhny
nk you! > > > > -- Original -- > *From: * "Ivan Kolodyazhny"; > *Date: * Tue, Jul 17, 2018 04:09 PM > *To: * "OpenStack Developmen"; > *Subject: * Re: [openstack-dev] [cinder] about block device driver > > Rambo, > >

Re: [openstack-dev] [cinder] about block device driver

2018-07-17 Thread Rambo
Ginnis"; Date: 2018年7月16日(星期一) 晚上9:32 To: "OpenStack Developmen"; Subject: Re: [openstack-dev] [cinder] about block device driver On Mon, Jul 16, 2018 at 01:32:26PM +0200, Gorka Eguileor wrote: > On 16/07, Rambo wrote: > > Well,in my opinion,the BlockDeviceDriver is mo

Re: [openstack-dev] [cinder] about block device driver

2018-07-17 Thread Ivan Kolodyazhny
McGinnis"; > *Date:* 2018年7月16日(星期一) 晚上9:32 > *To:* "OpenStack Developmen"; > *Subject:* Re: [openstack-dev] [cinder] about block device driver > > On Mon, Jul 16, 2018 at 01:32:26PM +0200, Gorka Eguileor wrote: > > On 16/07, Rambo wrote: > > > Well,in my opi

Re: [openstack-dev] [cinder] about block device driver

2018-07-17 Thread Rambo
-- From: "Sean McGinnis"; Date: 2018年7月16日(星期一) 晚上9:32 To: "OpenStack Developmen"; Subject: Re: [openstack-dev] [cinder] about block device driver On Mon, Jul 16, 2018 at 01:32:26PM +0200, Gorka Eguileor wrote: > On 16/07, Rambo wrote: > > Well,in my opinion,

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Rambo
But I want to create a volume backed server for data processing scenarios,maybe the BlockDeviceDriver is more suitable. -- Original -- From: "Sean McGinnis"; Date: 2018年7月16日(星期一) 晚上9:32 To: "OpenStack Developmen"; Subject: Re: [openstack

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Jay Pipes
Pipes [mailto:jaypi...@gmail.com] Sent: Monday, July 16, 2018 8:44 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [cinder] about block device driver On 07/16/2018 09:32 AM, Sean McGinnis wrote: The other option would be to not use Cinder volumes so you just use local storage

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Arkady.Kanevsky
Is this for ephemeral storage handling? -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: Monday, July 16, 2018 8:44 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [cinder] about block device driver On 07/16/2018 09:32 AM, Sean McGinnis wrote

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Jay Pipes
On 07/16/2018 09:32 AM, Sean McGinnis wrote: The other option would be to not use Cinder volumes so you just use local storage on your compute nodes. ^^ yes, this. -jay __ OpenStack Development Mailing List (not for

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Sean McGinnis
On Mon, Jul 16, 2018 at 01:32:26PM +0200, Gorka Eguileor wrote: > On 16/07, Rambo wrote: > > Well,in my opinion,the BlockDeviceDriver is more suitable than any other > > solution for data processing scenarios.Does the community will agree to > > merge the BlockDeviceDriver to the Cinder

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Gorka Eguileor
.org/p/cinder-rocky-meeting-agendas > > -- Original -- > From: "Gorka Eguileor"; > Date: 2018年7月16日(星期一) 下午5:20 > To: "OpenStack Developmen"; > Subject: Re: [openstack-dev] [cinder] about block device driver > > > On 1

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Rambo
-- From: "Gorka Eguileor"; Date: 2018年7月16日(星期一) 下午5:20 To: "OpenStack Developmen"; Subject: Re: [openstack-dev] [cinder] about block device driver On 16/07, Rambo wrote: > Hi,all > > > In the Cinder repository, I noticed that the BlockDeviceDriv

Re: [openstack-dev] [cinder] about block device driver

2018-07-16 Thread Gorka Eguileor
On 16/07, Rambo wrote: > Hi,all > > > In the Cinder repository, I noticed that the BlockDeviceDriver driver is > being deprecated, and was eventually be removed with the Queens release. > > > https://github.com/openstack/cinder/blob/stable/ocata/cinder/volume/drivers/block_device.py > > > In

[openstack-dev] [cinder] about block device driver

2018-07-16 Thread Rambo
Hi,all In the Cinder repository, I noticed that the BlockDeviceDriver driver is being deprecated, and was eventually be removed with the Queens release. https://github.com/openstack/cinder/blob/stable/ocata/cinder/volume/drivers/block_device.py In my use case, the instances using