summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-03-27 22:25:48 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-03-27 22:28:19 +0100
commit72d8a56ea5513ab9503b2e397b30afbd2ec4e472 (patch)
tree617e2456e65a1e0b699b02a54ee5de379926e78e /doc
parentfa9d74b681795ef684babd20c5bec25e0585a814 (diff)
downloadclufter-72d8a56ea5513ab9503b2e397b30afbd2ec4e472.tar.gz
clufter-72d8a56ea5513ab9503b2e397b30afbd2ec4e472.tar.xz
clufter-72d8a56ea5513ab9503b2e397b30afbd2ec4e472.zip
doc/rgmanager-pacemaker.01: add FUNCTION cluster property
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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