Skip to content
Snippets Groups Projects
Commit b83cba83 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix image from volume upload ERRORs and WARNINGs with Ceph RBD"

parents e8887c2c a4b40433
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,6 @@ rados_connect_timeout = 5 ...@@ -137,7 +137,6 @@ rados_connect_timeout = 5
rbd_user = {{ ceph_cinder_user }} rbd_user = {{ ceph_cinder_user }}
rbd_secret_uuid = {{ cinder_rbd_secret_uuid }} rbd_secret_uuid = {{ cinder_rbd_secret_uuid }}
report_discard_supported = True report_discard_supported = True
image_upload_use_cinder_backend = True
{% endif %} {% endif %}
{% if enable_cinder_backend_nfs | bool %} {% if enable_cinder_backend_nfs | bool %}
......
---
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 <https://launchpad.net/bugs/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 <https://launchpad.net/bugs/1991516>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment