summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-23 16:29:57 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-23 16:29:57 +0200
commitb64911b2f7bf554a8ee2e9d8db8d9ec41a473e54 (patch)
tree2b3ee0ba677a8aeb5a764ed144e12c1e8f0fe06a
parent82a76c129746c1fe29022fdb6d9b97e907de242f (diff)
downloadcluster-overview-b64911b2f7bf554a8ee2e9d8db8d9ec41a473e54.tar.gz
cluster-overview-b64911b2f7bf554a8ee2e9d8db8d9ec41a473e54.tar.xz
cluster-overview-b64911b2f7bf554a8ee2e9d8db8d9ec41a473e54.zip
Add cman_tool and its dependency on ccs_sync
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-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'