From 8d7c53c80e1f2cb483099d68626df6d3526e09c9 Mon Sep 17 00:00:00 2001 From: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:42:55 +0530 Subject: [PATCH 1/4] Added info on setting configuration settings at multiple levels --- source/installguide/configuration.rst | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst index 86cdda1742..c2e2739ddb 100644 --- a/source/installguide/configuration.rst +++ b/source/installguide/configuration.rst @@ -1874,9 +1874,24 @@ deployment. Setting Local Configuration Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Use the following steps to set local configuration parameters for an -account, zone, cluster, or primary storage. These values will override -the global configuration settings. +Configurations can also be set at more granular levels. + +#. Domain +#. Account +#. Zone +#. Cluster +#. Primary Storage +#. Secondary Storage + +All local settings can be configured at a global level as well. +If set, the local setting takes precedence over the global setting. + +Some configurations might be available to be set at multiple levels. +For example, the 'pool.storage.capacity.disablethreshold' configuration +parameter can be set at the Zone level and the Primary Storage level. +Here also the more granular setting (Primary Storage) will override the broader setting (Zone). + +Use the following steps to set local configuration parameters #. Log in to the UI as administrator. @@ -1910,7 +1925,7 @@ account, cluster, and zone. .. cssclass:: table-striped table-bordered table-hover ======== ========================================================= ====================================================================================================================================== -Field Field Value +Scope Name Value ======== ========================================================= ====================================================================================================================================== account remote.access.vpn.client.iprange The range of IPs to be allocated to remotely access the VPN clients. The first IP in the range is used by the VPN server. account allow.public.user.templates If false, users will not be able to create public Templates. @@ -1930,7 +1945,6 @@ cluster vmware.reserve.cpu Specify whe cluster vmware.reserve.mem Specify whether or not to reserve memory when not over-provisioning; In case of memory over-provisioning memory is always reserved. zone pool.storage.allocated.capacity.disablethreshold The percentage, as a value between 0 and 1, of allocated storage utilization above which allocators will disable that pool because the available allocated storage is below the threshold. -zone pool.storage.capacity.disablethreshold The percentage, as a value between 0 and 1, of storage utilization above which allocators will disable the pool because the available storage capacity is below the threshold. zone storage.overprovisioning.factor Used for storage over-provisioning calculation; available storage will be the mathematical product of actualStorageSize and storage.overprovisioning.factor. zone network.throttling.rate Default data transfer rate in megabits per second allowed in a network. zone guest.domain.suffix Default domain name for instances inside a virtual networks with a router. From 60391e92c611c628b333b11f89591da6cdb5b390 Mon Sep 17 00:00:00 2001 From: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:54:37 +0530 Subject: [PATCH 2/4] Fixed grammar and added configurations name --- source/installguide/configuration.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst index c2e2739ddb..5ab4b08f46 100644 --- a/source/installguide/configuration.rst +++ b/source/installguide/configuration.rst @@ -1886,10 +1886,16 @@ Configurations can also be set at more granular levels. All local settings can be configured at a global level as well. If set, the local setting takes precedence over the global setting. -Some configurations might be available to be set at multiple levels. -For example, the 'pool.storage.capacity.disablethreshold' configuration -parameter can be set at the Zone level and the Primary Storage level. -Here also the more granular setting (Primary Storage) will override the broader setting (Zone). +Some configurations can be set at multiple levels. +For example, the following configuration parameters can be set at the +Zone level and the Primary Storage level. + +* pool.storage.capacity.disablethreshold +* pool.storage.allocated.resize.capacity.disablethreshold +* pool.storage.capacity.disablethreshold + +In this case also the more granular setting (Primary Storage) +overrides the broader setting (Zone). Use the following steps to set local configuration parameters From 0af51c9c1f15068153275a8649c1afb5138ec81c Mon Sep 17 00:00:00 2001 From: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:55:45 +0530 Subject: [PATCH 3/4] emphasized that level = scope --- source/installguide/configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst index 5ab4b08f46..418074d214 100644 --- a/source/installguide/configuration.rst +++ b/source/installguide/configuration.rst @@ -1874,7 +1874,7 @@ deployment. Setting Local Configuration Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Configurations can also be set at more granular levels. +Configurations can also be set at more granular levels or scopes. #. Domain #. Account @@ -1886,9 +1886,9 @@ Configurations can also be set at more granular levels. All local settings can be configured at a global level as well. If set, the local setting takes precedence over the global setting. -Some configurations can be set at multiple levels. +Some configurations can be set at multiple levels or scopes. For example, the following configuration parameters can be set at the -Zone level and the Primary Storage level. +Zone scope and the Primary Storage scope. * pool.storage.capacity.disablethreshold * pool.storage.allocated.resize.capacity.disablethreshold From 7483b259b9accee5470a6ecdda2c95d314d77c5f Mon Sep 17 00:00:00 2001 From: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:39:11 +0530 Subject: [PATCH 4/4] added setting volume.resize.allowed.beyond.allocation --- source/installguide/configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst index 418074d214..ce6088852c 100644 --- a/source/installguide/configuration.rst +++ b/source/installguide/configuration.rst @@ -1893,6 +1893,7 @@ Zone scope and the Primary Storage scope. * pool.storage.capacity.disablethreshold * pool.storage.allocated.resize.capacity.disablethreshold * pool.storage.capacity.disablethreshold +* volume.resize.allowed.beyond.allocation In this case also the more granular setting (Primary Storage) overrides the broader setting (Zone).