Re: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-28 Thread Dmitry Guryanov
On 10/28/2015 03:55 PM, Eric Harney wrote: On 10/28/2015 03:18 PM, Dmitry Guryanov wrote: Hello! Can we discuss this on the summit? As I promised, I've written a blueprint for this change: https://review.openstack.org/#/c/237094/ I assume we can talk about this at the Cinder contributors

Re: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-28 Thread Eric Harney
On 10/28/2015 03:18 PM, Dmitry Guryanov wrote: > Hello! > > Can we discuss this on the summit? > > As I promised, I've written a blueprint for this change: > > https://review.openstack.org/#/c/237094/ > I assume we can talk about this at the Cinder contributors meetup on Friday. > > On

Re: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-28 Thread Dmitry Guryanov
Hello! Can we discuss this on the summit? As I promised, I've written a blueprint for this change: https://review.openstack.org/#/c/237094/ On 10/14/2015 03:57 AM, Dmitry Guryanov wrote: Hello, RemoteFS drivers combine 2 logical tasks. The first one is how to mount a filesystem and select

Re: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-19 Thread Dmitry Guryanov
Mailing List; Maxim Nestratov Subject: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes Hello, RemoteFS drivers combine 2 logical tasks. The first one is how to mount a filesystem and select proper share for a new or existing volume

Re: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-13 Thread Eric Harney
On 10/13/2015 02:57 PM, Dmitry Guryanov wrote: > Hello, > > RemoteFS drivers combine 2 logical tasks. The first one is how to mount > a filesystem and select proper share for a new or existing volume. The > second one: how to deal with an image files in given directory (mount > point) (create,

[openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-13 Thread Dmitry Guryanov
Hello, RemoteFS drivers combine 2 logical tasks. The first one is how to mount a filesystem and select proper share for a new or existing volume. The second one: how to deal with an image files in given directory (mount point) (create, delete, create snapshot e.t.c.). The first part is

Re: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-13 Thread D'Angelo, Scott
] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes Hello, RemoteFS drivers combine 2 logical tasks. The first one is how to mount a filesystem and select proper share for a new or existing volume. The second one: how to deal with an image files in given

Re: [openstack-dev] [cinder] RemoteFS drivers refactoring: move code, which works with images to separate classes

2015-10-13 Thread Sean McGinnis
teFS drivers refactoring: move code, > which works with images to separate classes > > Hello, > > RemoteFS drivers combine 2 logical tasks. The first one is how to mount a > filesystem and select proper share for a new or existing volume. The second > one: how to deal with an