summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-10-23 23:31:20 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-10-23 23:31:20 +0200
commit5683f125c2dbf48f40e46e60b53eb60a2b133fa4 (patch)
tree21cf13e31f729ccad435a3ee4375a23b2dd998cf
parent3af7028a665f295888f529fac499bdc018622bc9 (diff)
downloadcluster-overview-5683f125c2dbf48f40e46e60b53eb60a2b133fa4.tar.gz
cluster-overview-5683f125c2dbf48f40e46e60b53eb60a2b133fa4.tar.xz
cluster-overview-5683f125c2dbf48f40e46e60b53eb60a2b133fa4.zip
cman: place fenced into graph
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xcluster-cman.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index c10fc27..13afb67 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -165,6 +165,8 @@ graph = lambda\
[Library('node_b-libccsconfdb'
,label='libccsconfdb'
)
+ ,CmanFenced('node_b-fenced'
+ )
,CmanRGManager('node_b-rgmanager'
)
,CmanClustat('node_b-clustat'
@@ -349,6 +351,12 @@ graph = lambda\
,Delegate\
('node_b-cman_tool'
,'ccs_sync'
+ )
+ ,Delegate\
+ ('node_b-fenced'
+ ,'node_b-fence_others'
+ ,constraint='false'
+ ,lhead='cluster.node_b-fence-agents'
)]
)
,SubgraphImportant('cluster.node_a'