blob: 57821709f5f8604a5c1806fe82def01ea6699a95 (
plain)
1
2
3
4
5
6
7
8
9
|
# CLVMD_CLUSTER_TIMEOUT -- amount of time to wait for cluster quorum.
CLVMD_CLUSTER_TIMEOUT=30
# CLVMD_NODES_TIMEOUT -- amount of time to wait for the other nodes to
# join the cluster.
CLVMD_NODES_TIMEOUT=60
|