reordering kvm installation

This commit is contained in:
David Nalley 2012-10-20 22:21:21 -04:00 committed by Chip Childers
parent 340991a1a5
commit 81c8454827
2 changed files with 2 additions and 8 deletions

View File

@ -56,4 +56,5 @@
<programlisting language="Bash">ufw allow proto tcp from any to any port 49152:492160</programlisting>
<note><para>By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall.</para></note>
</section>
<para>The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend="host-add" />. It is recommended that you continue to read the documentation before adding the host!</para>
</section>

View File

@ -24,15 +24,8 @@
<section id="hypervisor-host-install-libvirt">
<title>Install and Configure libvirt</title>
<para>&PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly.</para>
<para>&PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloud-agent and should already be installed.</para>
<orderedlist>
<listitem>
<para>Install libvirt</para>
<para>On RHEL or CentOS:</para>
<programlisting language="Bash">yum install libvirt</programlisting>
<para>On Ubuntu:</para>
<programlisting language="Bash">apt-get install libvirt-bin</programlisting>
</listitem>
<listitem>
<para>In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in <filename>/etc/libvirt/libvirtd.conf</filename></para>
<para>Set the following paramaters:</para>