Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions source/installguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we emphasize somewhere level = scope?


#. 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.

Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down