Merge "Add default volume_backend_name for rbd driver in cinder volume"
This commit is contained in:
commit
f21d954179
@ -104,6 +104,7 @@ iscsi_protocol = iscsi
|
|||||||
{% if enable_ceph | bool and cinder_backend_ceph | bool %}
|
{% if enable_ceph | bool and cinder_backend_ceph | bool %}
|
||||||
[rbd-1]
|
[rbd-1]
|
||||||
volume_driver = cinder.volume.drivers.rbd.RBDDriver
|
volume_driver = cinder.volume.drivers.rbd.RBDDriver
|
||||||
|
volume_backend_name = rbd-1
|
||||||
rbd_pool = {{ ceph_cinder_pool_name }}
|
rbd_pool = {{ ceph_cinder_pool_name }}
|
||||||
rbd_ceph_conf = /etc/ceph/ceph.conf
|
rbd_ceph_conf = /etc/ceph/ceph.conf
|
||||||
rbd_flatten_volume_from_snapshot = false
|
rbd_flatten_volume_from_snapshot = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user