From 3274bd4ca92b01ea578376bc879214be66cb9c8b Mon Sep 17 00:00:00 2001 From: Daniel Caires Date: Thu, 3 Apr 2025 13:09:16 -0300 Subject: [PATCH] Add note about number of Glance workers This review adds a note to the page that instructs about how to create glance images that are too big. This note is about the number of workers running in Glance and how to change it if necessary. Change-Id: Ib7ce295df8f17079a6744413289f7027eb38e888 Signed-off-by: Daniel Caires --- ...of-raw-image-uploads-in-openstack-2170f501d2e7.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/storage/openstack/increase-the-size-of-raw-image-uploads-in-openstack-2170f501d2e7.rst b/doc/source/storage/openstack/increase-the-size-of-raw-image-uploads-in-openstack-2170f501d2e7.rst index 73ac795f9..68f537c32 100644 --- a/doc/source/storage/openstack/increase-the-size-of-raw-image-uploads-in-openstack-2170f501d2e7.rst +++ b/doc/source/storage/openstack/increase-the-size-of-raw-image-uploads-in-openstack-2170f501d2e7.rst @@ -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= + .. rubric:: |proc|