summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'