summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/rgmanager-pacemaker.01.cluster.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/rgmanager-pacemaker.01.cluster.txt b/doc/rgmanager-pacemaker.01.cluster.txt
index d90ff89..b4cbceb 100644
--- a/doc/rgmanager-pacemaker.01.cluster.txt
+++ b/doc/rgmanager-pacemaker.01.cluster.txt
@@ -27,6 +27,48 @@ are provided.
Outline
-------
+Other cluster properties, PROPERTY(CLUSTER)
+. FUNCTION
+
+
+
+Other cluster properties
+========================
+
+Is-functioning cluster property
+-------------------------------
+
+FUNCTION(CLUSTER) ::= FUNCTION(CLUSTER, TRUE)
+ | FUNCTION(CLUSTER, FALSE)
+. FUNCTION(CLUSTER, TRUE) ... is functioning
+. FUNCTION(CLUSTER, FALSE) ... is not
+
+notes
+. it is assumed cluster stack keeps running in both cases(!)
+. see also 02/resource: MANAGED
+
+R: driven by RGManager allowance/disallowance in cluster.conf
+ - `/cluster/rm/@disabled`
+
+P: driven by `stop-all-resources` (?)
+
+FUNCTION(CLUSTER, TRUE) [1. is functioning]
+~~~~~~~~~~~~~~~~~~~~~~~
+
+R: `@disabled` either not specified or `0`
+
+P: default, no need for that, otherwise specifying `stop-all-resources`
+ as `false`
+ # pcs property set stop-all-resources=
+ # pcs property set stop-all-resources=false
+
+FUNCTION(CLUSTER, FALSE) [2. is not functioning]
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+R: `@disabled` specified as `1` (nonzero?)
+
+P: driven by specifying `stop-all-resources` as `true`
+ # pcs property set stop-all-resources=true
References