Rename RBD cinder backend
RBD seems to be reserved name in cinder. Once it's used as volume type, cinder fails with [1] We rename backend name in doc and AIO to workaround the issue [1] https://paste.opendev.org/show/bAJR9YEYA1hRjCuMc6kU/ Closes-Bug: #1877421 Change-Id: If48096a7309c7140cd9c182d5d3175e8d827cbd6
This commit is contained in:
parent
38216f2b07
commit
e51d4bc8c8
@ -28,7 +28,7 @@ glance_rbd_store_pool: images
|
|||||||
nova_libvirt_images_rbd_pool: vms
|
nova_libvirt_images_rbd_pool: vms
|
||||||
|
|
||||||
cinder_backends:
|
cinder_backends:
|
||||||
RBD:
|
rbd_volumes:
|
||||||
volume_driver: cinder.volume.drivers.rbd.RBDDriver
|
volume_driver: cinder.volume.drivers.rbd.RBDDriver
|
||||||
rbd_pool: volumes
|
rbd_pool: volumes
|
||||||
rbd_ceph_conf: /etc/ceph/ceph.conf
|
rbd_ceph_conf: /etc/ceph/ceph.conf
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
data: lv-{{ d | basename }}
|
data: lv-{{ d | basename }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
cinder_backends:
|
cinder_backends:
|
||||||
"RBD":
|
"rbd_volumes":
|
||||||
volume_driver: cinder.volume.drivers.rbd.RBDDriver
|
volume_driver: cinder.volume.drivers.rbd.RBDDriver
|
||||||
rbd_pool: volumes
|
rbd_pool: volumes
|
||||||
rbd_ceph_conf: /etc/ceph/ceph.conf
|
rbd_ceph_conf: /etc/ceph/ceph.conf
|
||||||
|
@ -25,7 +25,7 @@ ceph_conf_overrides_custom:
|
|||||||
mon_max_pg_per_osd: 500
|
mon_max_pg_per_osd: 500
|
||||||
openstack_config: true # Ceph ansible automatically creates pools & keys
|
openstack_config: true # Ceph ansible automatically creates pools & keys
|
||||||
cinder_ceph_client: cinder
|
cinder_ceph_client: cinder
|
||||||
cinder_default_volume_type: RBD
|
cinder_default_volume_type: rbd_volumes
|
||||||
glance_ceph_client: glance
|
glance_ceph_client: glance
|
||||||
glance_default_store: rbd
|
glance_default_store: rbd
|
||||||
glance_rbd_store_pool: images
|
glance_rbd_store_pool: images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user