Re: [openstack-dev] Cinder multiple backends

2016-06-20 Thread Fox, Kevin M
In the mean time, the package list you have listed below is rather small. Easiest thing might be to just add them all to the docker/base/Dockerfile Thanks, Kevin From: Ryan Hallisey [rhall...@redhat.com] Sent: Monday, June 20, 2016 6:47 AM To: OpenStack

Re: [openstack-dev] [cinder]Multiple backends

2014-02-17 Thread 한승진
You sould define the volume type related to volume backends. For example, you set lvm backend driver in your cinder.conf like below. enabled_backends=lvmdriver-1 [lvmdriver-1] volume_group=cinder-volumes volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver volume_backend_name=LVM you set your

[openstack-dev] [cinder]Multiple backends

2014-02-16 Thread iKhan
Hi All, I'm just curious on how the manager.py is choosing backend while creating volume, I know volume type is set but where is this being processed? I am sorry if this is a basic question, but didn't got any help from #openstack-dev IRC channel so was left without option to post here. --

Re: [openstack-dev] [cinder]Multiple backends

2014-02-16 Thread Subramanian
I think you should look at the cinder scheduler code that selects a host based on the volume type. https://github.com/openstack/cinder/tree/master/cinder/scheduler. BTW, cinder dev tend to hang out on #openstack-cinder channel. Thanks, Subbu On Mon, Feb 17, 2014 at 11:35 AM, iKhan