X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=blobdiff_plain;f=input%2Fhowto%2Finstall-ganeti.creole;h=ddab5df8a7ae2562ef39a18cdfd518ba3b05474f;hp=3d0326fd5e1814e95af0597a2495bb62163e3d26;hb=71bd57d4f63c3cbfe6078a6e5cd20c198b75e3d6;hpb=10872c48997281bcea11d44fbaaed6c49e1ff21f diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 3d0326f..ddab5df 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -183,6 +183,13 @@ on the master node (foo): bar.debian.org }}} +more stuff: + +{{{ + gnt-cluster modify --reserved-lvs='vg0/local-swap.*' + maybe: gnt-cluster modify --nic-parameters mode=openvswitch +}}} + Note the following: * the secondary IP address is set to the value of the slave node's interface on the private network @@ -197,9 +204,9 @@ On the master node (foo): If everything has been configured correctly, no errors should be reported. -=== create the 'dsa' variant === +=== create the 'noop' variant === -Ensure that the debootstrap+dsa variant has been installed by puppet (see ganeti2 module in dsa-puppet). +Ensure that the ganeti-os-noop is installed. ----