You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
Is this a bug report or feature request? (choose one): feature
A single cinder-volume service is able to handle multiple volume backends. To make sure openstack-helm can be used with any Cinder-supported storage hardware/driver we should extend Cinder's charm to handle configuring any backend.
The text was updated successfully, but these errors were encountered:
dulek
pushed a commit
to dulek/openstack-helm
that referenced
this issue
Apr 3, 2017
A single cinder-volume service is able to handle more than one volume
backend. This commit extends _cinder.conf.tpl to be able to handle
setting multiple backends. As each of Cinder volume drivers can define
its own configuration options, the cinder/values.yaml is made more
generic and will write any option set for a certain backend directly
into cinder.conf.
this the same as #321? @wilkers-steve has a PR in currently that will bring LVM (#300), and this will ultimately take advantage of the work that @alanmeadows has done in #262, which I mentioned in your recent Cinder PR.
This commit is based on how Nova got its configuration overrides
implemented.
An important thing here is support for setting multiple Cinder backends
(e.g. Ceph cluster + NFS) in the values.yaml (fixesatt-comdev#321).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a bug report or feature request? (choose one): feature
A single cinder-volume service is able to handle multiple volume backends. To make sure openstack-helm can be used with any Cinder-supported storage hardware/driver we should extend Cinder's charm to handle configuring any backend.
The text was updated successfully, but these errors were encountered: