Removing mentioning of an old and resloved bug with QEMU.
Change-Id: Ibbc4e85f30b52c32e62fa7cfea8d2e3556cb1b71
This commit is contained in:
parent
2ade32d11a
commit
4ee095da96
@ -51,22 +51,4 @@ virt_type = qemu</programlisting></para>
|
||||
<para>VMware virtual machine disk format (vmdk)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<section xml:id="fixes-rhel-qemu">
|
||||
<title>Tips and fixes for QEMU on RHEL</title>
|
||||
<para>If you are testing OpenStack in a virtual machine, you must configure Compute to use qemu
|
||||
without KVM and hardware virtualization. The second command relaxes SELinux rules to
|
||||
allow this mode of operation (<link
|
||||
xlink:href="https://bugzilla.redhat.com/show_bug.cgi?id=753589">
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=753589</link>). The last two commands
|
||||
here work around a libvirt issue fixed in Red Hat Enterprise Linux 6.4. Nested
|
||||
virtualization will be the much slower TCG variety, and you should provide lots of
|
||||
memory to the top-level guest, because the OpenStack-created guests default to 2GM RAM
|
||||
with no overcommit.</para>
|
||||
<note><para>The second command, <command>setsebool</command>, may take a while.
|
||||
</para></note>
|
||||
<screen><prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf libvirt virt_type qemu</userinput>
|
||||
<prompt>#</prompt> <userinput>setsebool -P virt_use_execmem on</userinput>
|
||||
<prompt>#</prompt> <userinput>ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64</userinput>
|
||||
<prompt>#</prompt> <userinput>service libvirtd restart</userinput></screen>
|
||||
</section>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user