From 7f40572028dbdd0254486d2d0f1df6c74a55ebb6 Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Fri, 24 Oct 2014 15:40:26 +1100 Subject: [PATCH] Doc: Document the record-pending option for actions --- doc/Pacemaker_Explained/en-US/Ch-Resources.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/Pacemaker_Explained/en-US/Ch-Resources.txt b/doc/Pacemaker_Explained/en-US/Ch-Resources.txt index 552c1b990ff..fb88c15d44d 100644 --- a/doc/Pacemaker_Explained/en-US/Ch-Resources.txt +++ b/doc/Pacemaker_Explained/en-US/Ch-Resources.txt @@ -595,6 +595,15 @@ enabled and +block+ otherwise. All other operations default to +restart+. indexterm:[enabled,Action Property] indexterm:[Action,Property,enabled] +|record-pending + +|If +true+, the intention to perform the operation is recorded so that + GUIs and CLI tools can indicate that an operation is in progress. + This is best set as an 'operation default' (see next section). + Allowed values: +true+, +false+. + indexterm:[enabled,Action Property] + indexterm:[Action,Property,enabled] + |========================================================= [[s-operation-defaults]]