File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,20 @@ custom configuration that uses the Keystone admin port. One such example is the
94
94
config for Ceph RGW in ``etc/kayobe/cephadm.yml ``. Be sure to update any manual
95
95
references to the old port.
96
96
97
+ Glance show_multiple_locations disabled
98
+ ---------------------------------------
99
+
100
+ Kolla Ansible no longer sets ``show_multiple_locations = True `` in Glance by
101
+ default when Glance's Ceph RBD backend is enabled. This was applied as a fix
102
+ but operators must note that this, in turn, disables Cinder and Nova's
103
+ optimisations. In particular, this can increase instance creation times due to
104
+ a lack of copy-on-write.
105
+
106
+ On the other hand, these optimisations might have been causing other trouble
107
+ for operators. Please see `LP#1992153
108
+ <https://bugs.launchpad.net/kolla-ansible/+bug/1992153> `__. Operators relying
109
+ on this feature can set the flag themselves using service config overrides.
110
+
97
111
Known issues
98
112
============
99
113
You can’t perform that action at this time.
0 commit comments