Merge "Add note about number of Glance workers"

This commit is contained in:
Zuul 2025-04-07 21:37:35 +00:00 committed by Gerrit Code Review
commit 838c30c157

View File

@ -94,6 +94,17 @@ You can increase the size of raw image uploads for both **Kubelet** and/or
# Increase kubelet filesystem to 125G (example)
system host-fs-modify controller-0 kubelet=125
.. note::
The default number of workers in Glance is 2. This can be configured, increased
or reduced, in case the image size requires more/less workers.
To modify this, run the following override:
.. code-block:: none
~(keystone_admin)$ system helm-override-update stx-openstack glance openstack --reuse-values --set conf.glance.DEFAULT.workers=<number of workers>
.. rubric:: |proc|