summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-02 22:59:39 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-02 22:59:39 +0200
commit57d3ba5f510f4c2472c2b07acf52ea1f614dba32 (patch)
tree1314b6f818e5ad98a1f9ae783965f07ee1682d2f /cluster-cman.py
parent6084634271de4832727d2f0b2709d04ff88c1a1e (diff)
downloadcluster-overview-57d3ba5f510f4c2472c2b07acf52ea1f614dba32.tar.gz
cluster-overview-57d3ba5f510f4c2472c2b07acf52ea1f614dba32.tar.xz
cluster-overview-57d3ba5f510f4c2472c2b07acf52ea1f614dba32.zip
Add rgmanager to remaining nodes A and C
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py12
1 files changed, 9 insertions, 3 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index fe4ca1e..fe2b423 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -100,6 +100,9 @@ graph = lambda\
,_nodes=\
[Program('node_c-kernel'
,label='kernel'
+ )
+ ,Daemon('node_c-rgmanager'
+ ,label='rgmanager'
)]
)
,SubgraphImportant('cluster.node_b'
@@ -288,6 +291,9 @@ graph = lambda\
,_nodes=\
[Program('node_a-kernel'
,label='kernel'
+ )
+ ,Daemon('node_a-rgmanager'
+ ,label='rgmanager'
)]
)]
)
@@ -406,14 +412,14 @@ graph = lambda\
# destroys the intended depiction :-/
,ltail='cluster.node_a'
,lhead='cluster.shared-storage'
- ,headport='n'
+ ,headport='e'
)
,Databus\
('node_b-io'
,'nas'
#,ltail='cluster.node_b'
,lhead='cluster.shared-storage'
- ,headport='se'
+ ,headport='n'
)
,Databus\
('node_c-kernel'
@@ -429,7 +435,7 @@ graph = lambda\
,lhead='cluster.power-fence'
)
,FencedBy\
- ('node_b-cluster.conf'
+ ('node_b-clumond.sock'
,'libvirt'
,ltail='cluster.node_b'
,lhead='cluster.power-fence'