Re: [openstack-dev] [cinder] How to retrieve volume_driver

2016-10-10 Thread Gorka Eguileor
how to do this sort of thing in a Barcelona Summit talk [1] showcasing a case where the benefits outweigh the risks. Cheers, Gorka. [1]: https://www.openstack.org/summit/barcelona-2016/summit-schedule/events/15159/cinder-always-on-reliability-and-scalability-guide > Użytkownik "Erlon

Re: [openstack-dev] [cinder] How to retrieve volume_driver

2016-10-07 Thread Jay S. Bryant
On 10/07/2016 12:10 PM, Sean McGinnis wrote: On Fri, Oct 07, 2016 at 05:04:00PM +0200, cr...@interia.pl wrote: Hi Erlon. Thank you for the reply. I need to collect this information to generate sort of overview of drivers used in given environment. Obviously, it potentially is a multiple back

Re: [openstack-dev] [cinder] How to retrieve volume_driver

2016-10-07 Thread Sean McGinnis
On Fri, Oct 07, 2016 at 05:04:00PM +0200, cr...@interia.pl wrote: > Hi Erlon. > > Thank you for the reply. I need to collect this information to generate sort > of overview of drivers used in given environment. Obviously, it potentially > is a multiple backed one. This information does not need

Re: [openstack-dev] [cinder] How to retrieve volume_driver

2016-10-07 Thread crow1
easy to retrieve). Thanks again and best regards, Lukasz Użytkownik "Erlon Cruz" napisał(a): > Temat: Re: [openstack-dev] [cinder] How to retrieve volume_driver > Data: 2016-10-07 14:19 > Nadawca: "Erlon Cruz" > Adresat: "OpenStack Development Mailing List (no

Re: [openstack-dev] [cinder] How to retrieve volume_driver

2016-10-07 Thread Erlon Cruz
Hi Luzasz, This information (volume_driver) is only used on driver loading so, its not available outside Cinder context. Can you tell how and why you need that? And why parsing the conf file is not enough for you? Erlon On Fri, Oct 7, 2016 at 9:05 AM, wrote: > Dear all. > > I'm a PHD student f

[openstack-dev] [cinder] How to retrieve volume_driver

2016-10-07 Thread crow1
Dear all. I'm a PHD student from Poland and have found out about this list from Openstack wiki. Could you kindly tell me, if there is a way to retrieve, from outside of OpenStack code, volume_driver for given backend? Preferably - without a need to parse the cinder.conf file? It is fairly easy