Fix a typo in the previous commit
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 3 Feb 2019 09:35:13 +0000 (10:35 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 3 Feb 2019 09:35:13 +0000 (10:35 +0100)
input/howto/install-ganeti.creole

index cd69cbb..88d90cb 100644 (file)
@@ -581,7 +581,7 @@ With the SandyBridge CPU type:
 
 There are two KVM implementations on POWER, the KVM-PR (kvm-pr.ko) one which uses the "PRoblem state" of the ppc CPUs to run the guests and the KVM-HV (kvm-hv.ko) one uses the hardware virtualization support of the POWER CPU. In the later case the guest CPU has to be of the same type as the host CPU. However, there is at least the possibility to run the guest in a backward-compatibility mode of the previous CPU generation by using the compat parameter:
 {{{
-  gnt-cluster modify -H kvm:cpu_type='host,\compat=power8'
+  gnt-cluster modify -H kvm:cpu_type='host\,compat=power8'
 }}}
 
 === Add a virtio-rng device ===