diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2 index c4d99c6adc..90d3ff893a 100644 --- a/ansible/roles/cinder/templates/cinder.conf.j2 +++ b/ansible/roles/cinder/templates/cinder.conf.j2 @@ -147,7 +147,6 @@ rados_connect_timeout = 5 rbd_user = {{ ceph_cinder_user }} rbd_secret_uuid = {{ cinder_rbd_secret_uuid }} report_discard_supported = True -image_upload_use_cinder_backend = True {% endif %} {% if enable_cinder_backend_nfs | bool %} diff --git a/releasenotes/notes/bug-1991516-cc280aa71e8dc417.yaml b/releasenotes/notes/bug-1991516-cc280aa71e8dc417.yaml new file mode 100644 index 0000000000..fb7b9be674 --- /dev/null +++ b/releasenotes/notes/bug-1991516-cc280aa71e8dc417.yaml @@ -0,0 +1,13 @@ +--- +upgrade: + - | + ``image_upload_use_cinder_backend = True`` is no longer set on the + Cinder's default Ceph RBD backend, the common upstream default is + now used (``False`` currently). + See also `LP#1991516 `__ +fixes: + - | + ``image_upload_use_cinder_backend = True`` is no longer set on the + Cinder's default Ceph RBD backend. Related ERRORs and WARNINGs in + Cinder and Glance logs are prevented. + `LP#1991516 `__