summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-12-19 20:22:25 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-12-19 20:22:25 +0100
commitc3564708ce88b0d73494231bb59e36826b71c4c7 (patch)
treef02e9a4ee5b4a4e67c75a7bd10d98cf3629d0984 /cluster-cman.py
parent643ff74197ad633f42dc9e7ea9216c173b9e550d (diff)
downloadcluster-overview-c3564708ce88b0d73494231bb59e36826b71c4c7.tar.gz
cluster-overview-c3564708ce88b0d73494231bb59e36826b71c4c7.tar.xz
cluster-overview-c3564708ce88b0d73494231bb59e36826b71c4c7.zip
cluster-cman: add ricci-worker
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index eee48ee..f289dd1 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -133,6 +133,8 @@ graph = lambda\
)
,CmanRicci('node_b-ricci'
)
+ ,CmanRicciWorker('node_b-ricci-worker'
+ )
,CmanCmanTool('node_b-cman_tool'
)
,CmanFenceTool('node_b-fence_tool'
@@ -416,12 +418,17 @@ graph = lambda\
('node_b-ricci'
,'node_b-saslauthd'
)
- ,DelegateOddjobExec\
+ ,Delegate\
('node_b-ricci'
+ ,'node_b-ricci-worker'
+ ,constraint=False
+ )
+ ,DelegateOddjobExec\
+ ('node_b-ricci-worker'
,'node_b-modcluster'
)
,DelegateOddjobExec\
- ('node_b-ricci'
+ ('node_b-ricci-worker'
,'node_b-ricci-modules'
)
,Delegate\