Re: [openstack-dev] [cinder][volume/manager.py] volume driver mapping

2014-06-26 Thread Duncan Thomas
On 26 June 2014 05:46, Amit Das  wrote:
> This seems cool.
>
> Does it mean the storage vendors write their new drivers & just map it from
> cinder.conf ?

Correct. You can cause devstack to set up cinder.conf for you by
setting CINDER_DRIVER=cinder.volume.drivers.foo.bar in local.conf
before you start devstack, or you can patch it up by hand, doesn't
make much difference.

> Does it involve any changes to devstack as well ?

Nope :-) Otehr than deploying your code somewhere so it can be loaded.
I'm not sure if there's any magic in devstack to apply a patch
automatically, if not then it might be a nice addition...

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [cinder][volume/manager.py] volume driver mapping

2014-06-25 Thread Amit Das
This seems cool.

Does it mean the storage vendors write their new drivers & just map it from
cinder.conf ?

Does it involve any changes to devstack as well ?

Regards,
Amit
*CloudByte Inc.* 


On Wed, Jun 25, 2014 at 7:22 PM, Duncan Thomas 
wrote:

> That's easy; you don't. The mappings are their because we moved some
> drivers round during a code cleanup and didn't want old config files
> to break during an upgrade. The old names have been deprecated since
> Falsom and finally now removed; new drivers don't need to do any
> mapping at all.
>
> On 25 June 2014 14:29, Yogesh Prasad  wrote:
> > Hi All,
> >
> > I am observing a bit difference in manager.py file between these branches
> > stable/icehouse and master.
> > In stable/icehouse various driver mapped in manager.py but it is not in
> > master.
> >
> > Please guide me, where i have to map my driver.
> >
> > Thanks & Regards,
> >   Yogesh Prasad.
> >
> > ___
> > OpenStack-dev mailing list
> > OpenStack-dev@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
>
>
>
> --
> Duncan Thomas
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [cinder][volume/manager.py] volume driver mapping

2014-06-25 Thread Duncan Thomas
That's easy; you don't. The mappings are their because we moved some
drivers round during a code cleanup and didn't want old config files
to break during an upgrade. The old names have been deprecated since
Falsom and finally now removed; new drivers don't need to do any
mapping at all.

On 25 June 2014 14:29, Yogesh Prasad  wrote:
> Hi All,
>
> I am observing a bit difference in manager.py file between these branches
> stable/icehouse and master.
> In stable/icehouse various driver mapped in manager.py but it is not in
> master.
>
> Please guide me, where i have to map my driver.
>
> Thanks & Regards,
>   Yogesh Prasad.
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Duncan Thomas

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [cinder][volume/manager.py] volume driver mapping

2014-06-25 Thread Yogesh Prasad
Hi All,

I am observing a bit difference in manager.py file between these branches
stable/icehouse and master.
In stable/icehouse various driver mapped in manager.py but it is not in
master.

Please guide me, where i have to map my driver.

*Thanks & Regards*,
  Yogesh Prasad.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev