summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 1c03e5a..60991cb 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -179,6 +179,8 @@ graph = lambda\
)
,CmanClustat('node_b-clustat'
)
+ ,CmanQdiskd('node_b-qdiskd'
+ )
,UnixSocket('node_b-cman_client'
,label='/var/run/\ncman_client'
)
@@ -210,6 +212,10 @@ graph = lambda\
('node_b-rgmanager'
,'node_b-libccsconfdb'
)
+ ,Consume\
+ ('node_b-qdiskd'
+ ,'node_b-libccsconfdb'
+ )
,Produce\
('node_b-service_cman'
,'node_b-cman_client'