summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index f51a217..a24339b 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -132,6 +132,9 @@ graph = lambda\
,Daemon('node_b-ricci'
,label='ricci'
)
+ ,Executable('node_b-cman_tool'
+ ,label='cman_tool'
+ )
,Daemon('node_b-modclusterd'
,label='modclusterd'
)
@@ -350,6 +353,10 @@ graph = lambda\
('fs.sh'
,'node_b-io'
,ltail='cluster.node_b-resources-aux'
+ )
+ ,Delegate\
+ ('node_b-cman_tool'
+ ,'ccs_sync'
)]
)
,SubgraphImportant('cluster.node_a'