Merge "cinder.conf either supports lvm or ceph backend, not both"
This commit is contained in:
commit
3fa84c332d
@ -100,8 +100,9 @@ volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
|
||||
volume_backend_name = lvm-1
|
||||
iscsi_helper = tgtadm
|
||||
iscsi_protocol = iscsi
|
||||
{% endif %}
|
||||
|
||||
{% elif enable_ceph | bool and cinder_backend_ceph | bool %}
|
||||
{% if enable_ceph | bool and cinder_backend_ceph | bool %}
|
||||
[rbd-1]
|
||||
volume_driver = cinder.volume.drivers.rbd.RBDDriver
|
||||
rbd_pool = {{ ceph_cinder_pool_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user