Skip to content
Snippets Groups Projects
bug-1992153-e1cc20032f1d517f.yaml 847 B
---
upgrade:
  - |
    Kolla Ansible no longer sets ``show_multiple_locations = True`` 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 the Cinder's and Nova's
    optimisations. On the other hand, these optimisations might have been
    causing other operators' trouble. Please see the linked bug report.
    Operators relying on this feature can set the flag themselves using service
    config overrides.
    `LP#1992153 <https://launchpad.net/bugs/1992153>`__
fixes:
  - |
    Kolla Ansible no longer sets ``show_multiple_locations = True`` by default
    when Glance's Ceph RBD backend is enabled. This caused various issues with
    the services running with the recommended Ceph permissions.
    `LP#1992153 <https://launchpad.net/bugs/1992153>`__