changes to section_hypervisor_kvm

removed absolutely and added the
removed exact and added “a”
changed model to plural
added the , set correctly

Change-Id: I1eb46721c8ac10be2aa76965e062a341ee8e0636
This commit is contained in:
shilla-saebi 2014-06-03 11:59:20 -04:00
parent a1f8f50c25
commit efb889fe5c

@ -118,15 +118,15 @@ virt_type = kvm</programlisting>
<literal>cpu_mode=host-passthrough</literal>, libvirt tells KVM to pass through <literal>cpu_mode=host-passthrough</literal>, libvirt tells KVM to pass through
the host CPU with no modifications. The difference to host-model, instead of just the host CPU with no modifications. The difference to host-model, instead of just
matching feature flags, every last detail of the host CPU is matched. This gives matching feature flags, every last detail of the host CPU is matched. This gives
absolutely best performance, and can be important to some apps which check low level the best performance, and can be important to some apps which check low level
CPU details, but it comes at a cost with respect to migration: the guest can only be CPU details, but it comes at a cost with respect to migration. The guest can only be
migrated to an exactly matching host CPU.</para> migrated to a matching host CPU.</para>
</simplesect> </simplesect>
<simplesect> <simplesect>
<title>Custom</title> <title>Custom</title>
<para>If your <filename>nova.conf</filename> file contains <para>If your <filename>nova.conf</filename> file contains
<literal>cpu_mode=custom</literal>, you can explicitly specify one of the <literal>cpu_mode=custom</literal>, you can explicitly specify one of the
supported named model using the cpu_model configuration option. For example, to supported named models using the cpu_model configuration option. For example, to
configure the KVM guests to expose Nehalem CPUs, your <filename>nova.conf</filename> configure the KVM guests to expose Nehalem CPUs, your <filename>nova.conf</filename>
file should contain:</para> file should contain:</para>
<programlisting language="ini">[libvirt] <programlisting language="ini">[libvirt]
@ -146,7 +146,7 @@ cpu_model = Nehalem</programlisting>
<para>Use guest agents to enable optional access between compute nodes and guests through a <para>Use guest agents to enable optional access between compute nodes and guests through a
socket, using the QMP protocol.</para> socket, using the QMP protocol.</para>
<para>To enable this feature, you must set <literal>hw_qemu_guest_agent=yes</literal> as a <para>To enable this feature, you must set <literal>hw_qemu_guest_agent=yes</literal> as a
metadata parameter on the image you wish to use to create guest-agent-capable instances metadata parameter on the image you wish to use to create the guest-agent-capable instances
from. You can explicitly disable the feature by setting from. You can explicitly disable the feature by setting
<literal>hw_qemu_guest_agent=no</literal> in the image metadata.</para> <literal>hw_qemu_guest_agent=no</literal> in the image metadata.</para>
</section> </section>
@ -165,7 +165,7 @@ cpu_model = Nehalem</programlisting>
<screen><computeroutput>libvirtError: internal error no supported architecture for os type 'hvm'</computeroutput></screen> <screen><computeroutput>libvirtError: internal error no supported architecture for os type 'hvm'</computeroutput></screen>
<para>This message indicates that the KVM kernel modules were not loaded.</para> <para>This message indicates that the KVM kernel modules were not loaded.</para>
<para>If you cannot start VMs after installation without rebooting, the permissions might <para>If you cannot start VMs after installation without rebooting, the permissions might
not be correct. This can happen if you load the KVM module before you install not be set correctly. This can happen if you load the KVM module before you install
<systemitem class="service">nova-compute</systemitem>. To check whether the group is <systemitem class="service">nova-compute</systemitem>. To check whether the group is
set to <systemitem>kvm</systemitem>, run:</para> set to <systemitem>kvm</systemitem>, run:</para>
<screen><prompt>#</prompt> <userinput>ls -l /dev/kvm</userinput></screen> <screen><prompt>#</prompt> <userinput>ls -l /dev/kvm</userinput></screen>