summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-27 16:45:42 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-11-27 16:45:42 +0100
commitc0d42a9bda562e5d6bb557f45f58c0bb51430edf (patch)
tree48dbbd94a03bcfb3a3b29affab3c9e994ac27e71 /cluster-cman.py
parent4c07adaa706d59c292e1f25e3205960cb00aa4ea (diff)
downloadcluster-overview-c0d42a9bda562e5d6bb557f45f58c0bb51430edf.tar.gz
cluster-overview-c0d42a9bda562e5d6bb557f45f58c0bb51430edf.tar.xz
cluster-overview-c0d42a9bda562e5d6bb557f45f58c0bb51430edf.zip
cluster-cman: add libdlm
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 8220cee..fc78589 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -177,6 +177,9 @@ graph = lambda\
)
,CmanRGManager('node_b-rgmanager'
)
+ ,Library('node_b-libdlm'
+ ,label='libdlm'
+ )
,CmanClustat('node_b-clustat'
)
,CmanQdiskd('node_b-qdiskd'
@@ -208,6 +211,10 @@ graph = lambda\
('node_b-rgmanager'
,'node_b-cman_client'
)
+ ,Consume\
+ ('node_b-rgmanager'
+ ,'node_b-libdlm'
+ )
,Produce\
('node_b-service_cman'
,'node_b-cman_client'
@@ -416,6 +423,10 @@ graph = lambda\
,lhead='cluster.node_b-resource-agents'
)
,Delegate\
+ ('node_b-libdlm'
+ ,'node_b-io'
+ )
+ ,Delegate\
('fs.sh'
,'node_b-io'
,ltail='cluster.node_b-resources-aux'