diff options
Diffstat (limited to '')
-rw-r--r-- | cts/cli/regression.daemons.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cts/cli/regression.daemons.exp b/cts/cli/regression.daemons.exp index 66bd7b3..b34fba8 100644 --- a/cts/cli/regression.daemons.exp +++ b/cts/cli/regression.daemons.exp @@ -122,6 +122,11 @@ <shortdesc lang="en">Do not lock resources to a cleanly shut down node longer than this</shortdesc> <content type="time" default=""/> </parameter> + <parameter name="node-pending-timeout"> + <longdesc lang="en">Fence nodes that do not join the controller process group within this much time after joining the cluster, to allow the cluster to continue managing resources. A value of 0 means never fence pending nodes. Setting the value to 2h means fence nodes after 2 hours.</longdesc> + <shortdesc lang="en">How long to wait for a node that has joined the cluster to join the controller process group</shortdesc> + <content type="time" default=""/> + </parameter> </parameters> </resource-agent> =#=#=#= End test: Get controller metadata - OK (0) =#=#=#= @@ -349,6 +354,11 @@ <shortdesc lang="en">Apply fencing delay targeting the lost nodes with the highest total resource priority</shortdesc> <content type="time" default=""/> </parameter> + <parameter name="node-pending-timeout"> + <longdesc lang="en">Fence nodes that do not join the controller process group within this much time after joining the cluster, to allow the cluster to continue managing resources. A value of 0 means never fence pending nodes. Setting the value to 2h means fence nodes after 2 hours.</longdesc> + <shortdesc lang="en">How long to wait for a node that has joined the cluster to join the controller process group</shortdesc> + <content type="time" default=""/> + </parameter> <parameter name="cluster-delay"> <longdesc lang="en">The node elected Designated Controller (DC) will consider an action failed if it does not get a response from the node executing the action within this time (after considering the action's own timeout). The "correct" value will depend on the speed and load of your network and cluster nodes.</longdesc> <shortdesc lang="en">Maximum time for node-to-node communication</shortdesc> |