Lists cluster-config resources.
lbcli list cluster-config [flags]Examples:
# List cluster configuration parameters and values:lbcli -J $JWT list cluster-config| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for cluster-config. |
This command returns the following fields for the cluster. The default output format is yaml. The JSON output format is also supported. The human-readable output only shows some of these fields.
| Flag | Description |
|---|---|
| ClockDriftIntervalForRaisingEvent | Clock drift events suppression mechanism. Specify the time interval to raise a new event if the clock drift between cluster servers is still detected. |
| DeviceHealthIntervalForRaisingEvent | NVMe SSD failed device events suppression mechanism. Specify the time interval to raise a new event if the NVMe SSD device remains unhealthy. |
| DefaultQoSName | The default QoS policy of the cluster (to be used when neither volume or project have a QoS policy specified). |
Was this page helpful?