summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 9857556..eee48ee 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -558,13 +558,13 @@ graph = lambda\
#
# cluster devices layer
#
- ,label='fence devices'
+ ,label='I/O fence facilities'
,_subgraphs=\
[SubgraphStandard('cluster.direct-fence'
#
# direct fencing
#
- ,label='direct fence'
+ ,label='direct fencing'
,_subgraphs=\
[SubgraphStandard('cluster.hypervisor'
#
@@ -667,11 +667,11 @@ graph = lambda\
,minlen='2'
,weight='2'
)
- ,FencedBy\
- ('switch-ethernet'
- ,'switch-based-fence'
- ,ltail='cluster.switch'
- ,lhead='cluster.switch-based-fence'
+ ,MapsTo\
+ ('switch-based-fence'
+ ,'switch-ethernet'
+ ,ltail='cluster.switch-based-fence'
+ ,lhead='cluster.switch'
)
,FencedBy\
('nas'