From 31e6b9775cdc3e84c4fe2ecf96c2897e8946cbf0 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 25 Sep 2013 23:54:14 +0200 Subject: Properly handle fence_virtd daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- cluster-cman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cluster-cman.py') 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' )] -- cgit