harikrishna-patnala commented on code in PR #476: URL: https://github.com/apache/cloudstack-documentation/pull/476#discussion_r1942634674
########## 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. Review Comment: ```suggestion Some configurations can be set at multiple levels. For example, the pool.storage.capacity.disablethreshold configuration parameter can be set at both the Zone level and the Primary Storage level. In this case, the more granular setting (Primary Storage) overrides the broader setting (Zone). ``` Please also mention the other two settings -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org