[openstack-dev] Cinder multiple backends
Fox, Kevin M
Kevin.Fox at pnnl.gov
Mon Jun 20 15:47:00 UTC 2016
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 [rhallise at redhat.com]
Sent: Monday, June 20, 2016 6:47 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [kolla] Cinder multiple backends
Hey Carlos,
The work to enable you to do this is in progress. Kolla needs to refactor the way the Dockerfiles
are templated in order to create additional flexibility.
You can follow the work here: https://blueprints.launchpad.net/kolla/+spec/third-party-plugin-support
Thanks,
Ryan
----- Original Message -----
From: "Carlos Cesario" <ccesario at tecnomega.com.br>
To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev at lists.openstack.org>
Sent: Monday, June 20, 2016 9:29:27 AM
Subject: [openstack-dev] [kolla] Cinder multiple backends
Hi folks,
It seems that Kolla does nos provide option to enable multiple backends in Cinder config.
Currently in my deploy/setup I needed enable the Storwize Cinder driver - http://docs.openstack.org/mitaka/config-reference/block-storage/drivers/ibm-storwize-svc-driver.html -
and to this I added into /etc/kolla/config/cinder.conf my configs
[DEFAULT]
default_volume_type = ibm
[ibm]
volume_driver=cinder.volume.drivers.ibm.storwize_svc.storwize_svc_fc.StorwizeSVCFCDriver
san_ip=xxx.xx.xx.xx
san_login=superuser
san_password=mypass
san_ssh_port=22
storwize_svc_volpool_name=myPool
volume_backend_name=ibm
verbose = True
debug = True
And I changed manually the file /var/src/kolla-master/ansible/roles/cinder/templates/cinder.conf.j2 as well.
But for the driver works correctly, it was needed install manually some aditional packs.
$ apt-get install sysfsutils sg3-utils on cinder-volume container
$ apt-get install multipath-tools sysfsutils on nova-compute container
Is there any doc/spec to create a automatic process for this ? Could someone give us details how is the best way to make it "automatized" !?
Best regards,
- Carlos
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the OpenStack-dev
mailing list