summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-02 22:55:39 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-02 22:55:39 +0200
commit6084634271de4832727d2f0b2709d04ff88c1a1e (patch)
tree761de629fb24b1923c25ebb1311ef09abc142340
parent46c35c1089c5c8ef743b3163d9db37c22a10f84f (diff)
downloadcluster-overview-6084634271de4832727d2f0b2709d04ff88c1a1e.tar.gz
cluster-overview-6084634271de4832727d2f0b2709d04ff88c1a1e.tar.xz
cluster-overview-6084634271de4832727d2f0b2709d04ff88c1a1e.zip
Fix some labels
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xcluster-cman.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 8ddede2..fe4ca1e 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -115,10 +115,10 @@ graph = lambda\
,label='management'
,_nodes=\
[Agent('node_b-libClusterMonitorSnmp.so'
- ,label='lib\nClusterMonitorSnmp\n.so'
+ ,label='libClusterMonitor\nSnmp.so'
)
,Agent('node_b-libRedHatClusterProvider.so'
- ,label='lib\nRedHatClusterProvider\n.so'
+ ,label='libRedHatCluster\nProvider.so'
)
,Artefact('node_b-clumond.sock'
,label='/var/run/\nclumond.sock'
@@ -338,7 +338,7 @@ graph = lambda\
)]
,_nodes=\
[FenceDevice('power-fence'
- ,label='Power fence\ndevice(s) (...)'
+ ,label='Power fence\ndevice(s)\n(DRAC/drac,\nHP iLO/ilo, …)'
)]
)
,SubgraphStandard('cluster.storage-fence'
@@ -348,7 +348,7 @@ graph = lambda\
,label='storage fence'
,_nodes=\
[FenceDevice('storage-fence'
- ,label='Storage fence\ndevice(s) (...)'
+ ,label='Direct use of\nshared storage\n(scsi, sanlock)'
)]
)]
#