From b64911b2f7bf554a8ee2e9d8db8d9ec41a473e54 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 23 Sep 2013 16:29:57 +0200 Subject: Add cman_tool and its dependency on ccs_sync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- cluster-cman.py | 7 +++++++ 1 file changed, 7 insertions(+) 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' -- cgit