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 D
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
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 wrote:
> Hi
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.
--
Than