mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-345 - adding mdns_adv as a setting that needs to be modified
This commit is contained in:
parent
7a940fc5f7
commit
f1105ff1d3
@ -34,22 +34,20 @@
|
||||
<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.</para>
|
||||
<programlisting language="Bash">vi /etc/libvirt/libvirtd.conf</programlisting>
|
||||
<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>
|
||||
<programlisting>listen_tcp = 1</programlisting>
|
||||
<programlisting>tcp_port = 16059</programlisting>
|
||||
<programlisting>auth_tcp = "none"</programlisting>
|
||||
<programlisting>mdns_adv = 0</programlisting>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Turning on "listen_tcp" in libvirtd.conf is not enough, we have to change the parameters as well:</para>
|
||||
<para>On RHEL or CentOS:</para>
|
||||
<programlisting language="Bash">vi /etc/sysconfig/libvirtd</programlisting>
|
||||
<para>On RHEL or CentOS modify <filename>/etc/sysconfig/libvirtd</filename>:</para>
|
||||
<para>Uncomment the following line:</para>
|
||||
<programlisting>#LIBVIRTD_ARGS="--listen"</programlisting>
|
||||
<para>On Ubuntu:</para>
|
||||
<programlisting language="Bash">vi /etc/init/libvirt-bin.conf</programlisting>
|
||||
<para>On Ubuntu: modify <filename>/etc/init/libvirt-bin.conf</filename></para>
|
||||
<para>Change the following line (at the end of the file):</para>
|
||||
<programlisting>exec /usr/sbin/libvirtd -d</programlisting>
|
||||
<para>to (just add -l)</para>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user