X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=blobdiff_plain;f=input%2Fhowto%2Finstall-ganeti.creole;h=521d82cccb2d8b2daa591d218a9aacc45c241576;hp=88d90cbfa553bd06e3905d37474b222cd559d872;hb=37728fb083c4ab4d16523fe434c9df7708a6be2d;hpb=bac6f6cb3688bd232a008dc0aa14cb72a24f1063 diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 88d90cb..521d82c 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -594,3 +594,15 @@ The final command to add a virtio-rng device cluster-wise is therefore: }}} The max-bytes and period options limit the entropy rate a guest can get to 1kB/s. + +=== POWER specific settings === + +On POWER the Ganeti doesn't enable the KVM module by default. Therefore the -enable-kvm option has to be passed. + +In addition by disabling the video card automatically makes the guest (firmware, grub, kernel) to use the serial console. This can be done with the -vga none option. + +The command to setup KVM on POWER cluster-wise is therefore the following one (possibly combined with the vritio-rng one): + +{{{ + gnt-cluster modify -H kvm:kvm_extra="-enable-kvm -vga none" +}}}