Skip to content

docs: Add an upgrade doc note about Glance show_multiple_locations #1012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@ custom configuration that uses the Keystone admin port. One such example is the
config for Ceph RGW in ``etc/kayobe/cephadm.yml``. Be sure to update any manual
references to the old port.

Glance show_multiple_locations disabled
---------------------------------------

Kolla Ansible no longer sets ``show_multiple_locations = True`` in Glance by
default when Glance's Ceph RBD backend is enabled. This was applied as a fix
but operators must note that this, in turn, disables Cinder and Nova's
optimisations. In particular, this can increase instance creation times due to
a lack of copy-on-write.

On the other hand, these optimisations might have been causing other trouble
for operators. Please see `LP#1992153
<https://bugs.launchpad.net/kolla-ansible/+bug/1992153>`__. Operators relying
on this feature can set the flag themselves using service config overrides.

Known issues
============

Expand Down