reordering kvm installation
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ec6babd4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ec6babd4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ec6babd4 Branch: refs/heads/marvin-parallel Commit: ec6babd4ea998247e84660eba78af23cddeb9a43 Parents: f1105ff Author: David Nalley <[email protected]> Authored: Sat Oct 20 22:21:21 2012 -0400 Committer: David Nalley <[email protected]> Committed: Sat Oct 20 22:21:21 2012 -0400 ---------------------------------------------------------------------- docs/en-US/hypervisor-host-install-firewall.xml | 1 + docs/en-US/hypervisor-host-install-libvirt.xml | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ec6babd4/docs/en-US/hypervisor-host-install-firewall.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/hypervisor-host-install-firewall.xml b/docs/en-US/hypervisor-host-install-firewall.xml index 2969349..4627b07 100644 --- a/docs/en-US/hypervisor-host-install-firewall.xml +++ b/docs/en-US/hypervisor-host-install-firewall.xml @@ -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> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ec6babd4/docs/en-US/hypervisor-host-install-libvirt.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml index c3e37c5..e63a8f4 100644 --- a/docs/en-US/hypervisor-host-install-libvirt.xml +++ b/docs/en-US/hypervisor-host-install-libvirt.xml @@ -24,16 +24,9 @@ <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> <programlisting>listen_tls = 0</programlisting>
