summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
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'
)]