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|