From: Quentin Smith Date: Mon, 28 Dec 2009 08:24:33 +0000 (-0500) Subject: Configure fence_manual fencing X-Git-Tag: 0.0.11^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-cluster-config.git/commitdiff_plain/fb1a8eb94268b61918560e8424b7284ea8bd34e6?ds=sidebyside Configure fence_manual fencing svn path=/trunk/packages/invirt-cluster-config/; revision=2799 --- diff --git a/cluster.conf.mako b/cluster.conf.mako index 806e92d..e5b5c87 100644 --- a/cluster.conf.mako +++ b/cluster.conf.mako @@ -2,7 +2,7 @@ from invirt.config import structs as cfg %>\ - + % if len(cfg.hosts) == 2: % else: @@ -10,7 +10,16 @@ from invirt.config import structs as cfg % endif % for id, host in enumerate(cfg.hosts): - + + + + + + + % endfor - \ No newline at end of file + + + + diff --git a/debian/changelog b/debian/changelog index 7ab084e..3e10f09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-cluster-config (0.0.11) unstable; urgency=low + + * Configure a fence_manual fencing device, to allow nodes + to be properly fenced + + -- Quentin Smith Mon, 28 Dec 2009 03:15:08 -0500 + invirt-cluster-config (0.0.10) unstable; urgency=low * Don't delete old LVM archives