summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-04 17:25:51 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-04 17:25:51 +0200
commit38d316ed053bc83dd641a750da20e5a697d4cd13 (patch)
treed92a4d0a53da139d0c3e49c3c9556aba8429f3e6 /cluster-cman.py
parent1a0938de8a54e50c4fdbb3318dc3bf5834cc1b18 (diff)
downloadcluster-overview-38d316ed053bc83dd641a750da20e5a697d4cd13.tar.gz
cluster-overview-38d316ed053bc83dd641a750da20e5a697d4cd13.tar.xz
cluster-overview-38d316ed053bc83dd641a750da20e5a697d4cd13.zip
Rename nfs.sh to fs.sh (there is only nfs{client,export}.sh)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index fac8549..db52eb5 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -212,7 +212,7 @@ graph = lambda\
,_nodes=\
[Program('ip.sh'
)
- ,Program('nfs.sh'
+ ,Program('fs.sh'
)
,Program('node_b-resources-aux-others'
,label='…'
@@ -220,7 +220,7 @@ graph = lambda\
,_edges=\
[EdgeInvisible\
('ip.sh'
- ,'nfs.sh'
+ ,'fs.sh'
)
,EdgeInvisible
('ip.sh'
@@ -339,7 +339,7 @@ graph = lambda\
#,constraint='false'
)
,Delegate\
- ('nfs.sh'
+ ('fs.sh'
,'node_b-io'
,ltail='cluster.node_b-resources-aux'
,headport='n'
@@ -498,7 +498,7 @@ graph = lambda\
[Delegate\
('node_b-fence_virt'
,'fence_virtd'
- ,label='serial port/\nVMChannel\n/TCP,\nmulticast'
+ ,label='serial port/\nVMChannel\n/TCP (virt),\nmcast (xvm)'
)
,Delegate\
('node_b-fence_agent'