default action timeout and op default timeout (OPENAIS)
This document (7009584) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Linux Enterprise Server 11 Service Pack 1
Situation
Resolution
crm configure property default-action-timeout="140s"
results in
property $id="cib-bootstrap-options" \
dc-version="1.1.5-5bd2b9154d7d9f86d7f56fe0a74072a5a6590c60" \
cluster-infrastructure="openais" \
expected-quorum-votes="2" \
last-lrm-refresh="1318939784" \
default-action-timeout="140s"
which will make every action or operation have a 140 second timeout if not configured otherwise in the resource.
The second option is to use the op default and can be set via
crm_attribute --type op_defaults --attr-name timeout --attr-value 20s
which will result in
property $id="cib-bootstrap-options" \
dc-version="1.1.5-5bd2b9154d7d9f86d7f56fe0a74072a5a6590c60" \
cluster-infrastructure="openais" \
expected-quorum-votes="2" \
last-lrm-refresh="1318939784" \
default-action-timeout="140s"
op_defaults $id="op_defaults-options" \
timeout="20s"
Now both values are set and it is important to know that the op_defaults takes precedence over the default-action.
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:7009584
- Creation Date: 18-Oct-2011
- Modified Date:03-Mar-2020
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com