22.3. Querying cluster property settings
To display the values of the property settings that have been set for the cluster, run the following pcs command.
pcs property config
To display all of the values of the property settings for the cluster, including the default values of the property settings that have not been explicitly set, run the following command.
pcs property config --all
To display the current value of a specific cluster property, run the following command.
pcs property config property
For example, to display the current value of the cluster-infrastructure property, execute the following command:
# pcs property config cluster-infrastructure
Cluster Properties:
cluster-infrastructure: cman
For informational purposes, you can display a list of all of the default values for the properties, whether they have been set to a value other than the default or not, by using the following command.
pcs property [config] --defaults