summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index c2608d1..c10fc27 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -377,22 +377,19 @@ graph = lambda\
)]
,_edges=\
["modclusterd peer-to-peer network"][:0] +\
- [Exchange\
+ [CmanModclusterdUpdates\
('node_a-modclusterd'
,'node_b-modclusterd'
- ,label='port 16851\n(either direction)'
,weight='1'
)
- ,Exchange\
+ ,CmanModclusterdUpdates\
('node_a-modclusterd'
,'node_c-modclusterd'
- ,label='port 16851\n(either direction)'
,weight='1'
)
- ,Exchange\
+ ,CmanModclusterdUpdates\
('node_b-modclusterd'
,'node_c-modclusterd'
- ,label='port 16851\n(either direction)'
,weight='1'
)
,EdgeInvisible\