summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-25 23:54:14 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-25 23:54:14 +0200
commit31e6b9775cdc3e84c4fe2ecf96c2897e8946cbf0 (patch)
tree11f82bc40000d4c47b09f85502ce1aac52c156fa /cluster-cman.py
parent3d003fec6aae4b4b5af3b2530b6cf56265e50785 (diff)
downloadcluster-overview-31e6b9775cdc3e84c4fe2ecf96c2897e8946cbf0.tar.gz
cluster-overview-31e6b9775cdc3e84c4fe2ecf96c2897e8946cbf0.tar.xz
cluster-overview-31e6b9775cdc3e84c4fe2ecf96c2897e8946cbf0.zip
Properly handle fence_virtd daemon
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 5f513e6..15cccda 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -460,7 +460,7 @@ graph = lambda\
,label='hypervisor as controller\n(when cluster virtualized)'
,rank='same'
,_nodes=\
- [Daemon('fence_virtd'
+ [SharedFenceVirtd('fence_virtd'
)
,Daemon('libvirt'
)]