Skip to content

Commit 8d7c53c

Browse files
committed
Added info on setting configuration settings at multiple levels
1 parent 6cc725f commit 8d7c53c

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

source/installguide/configuration.rst

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,9 +1874,24 @@ deployment.
18741874
Setting Local Configuration Parameters
18751875
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18761876

1877-
Use the following steps to set local configuration parameters for an
1878-
account, zone, cluster, or primary storage. These values will override
1879-
the global configuration settings.
1877+
Configurations can also be set at more granular levels.
1878+
1879+
#. Domain
1880+
#. Account
1881+
#. Zone
1882+
#. Cluster
1883+
#. Primary Storage
1884+
#. Secondary Storage
1885+
1886+
All local settings can be configured at a global level as well.
1887+
If set, the local setting takes precedence over the global setting.
1888+
1889+
Some configurations might be available to be set at multiple levels.
1890+
For example, the 'pool.storage.capacity.disablethreshold' configuration
1891+
parameter can be set at the Zone level and the Primary Storage level.
1892+
Here also the more granular setting (Primary Storage) will override the broader setting (Zone).
1893+
1894+
Use the following steps to set local configuration parameters
18801895

18811896
#. Log in to the UI as administrator.
18821897

@@ -1910,7 +1925,7 @@ account, cluster, and zone.
19101925
.. cssclass:: table-striped table-bordered table-hover
19111926

19121927
======== ========================================================= ======================================================================================================================================
1913-
Field Field Value
1928+
Scope Name Value
19141929
======== ========================================================= ======================================================================================================================================
19151930
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.
19161931
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
19301945
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.
19311946
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
19321947
available allocated storage is below the threshold.
1933-
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.
19341948
zone storage.overprovisioning.factor Used for storage over-provisioning calculation; available storage will be the mathematical product of actualStorageSize and storage.overprovisioning.factor.
19351949
zone network.throttling.rate Default data transfer rate in megabits per second allowed in a network.
19361950
zone guest.domain.suffix Default domain name for instances inside a virtual networks with a router.

0 commit comments

Comments
 (0)