CLOUDSTACK-4310: Document vnc_listen for Qemu/libvirt

The vnc-listen patch didn't make it into 4.2 due to a newer version
of libvirt-java not being released.

Eventually we want to get rid of this, but currently we are forced to
do it this way. Setting it to anything else then 0.0.0.0 will break
migrations without a newer version of libvirt-java

The newer version of libvirt-java supports live migratons with a different
XML definition for on the destination host.
This commit is contained in:
Wido den Hollander 2013-08-14 10:09:29 +02:00
parent eb59c3c601
commit a6969802c8

View File

@ -46,6 +46,11 @@
<para>so it looks like:</para>
<programlisting>libvirtd_opts="-d -l"</programlisting>
</listitem>
<listitem>
<para>In order to have the VNC Console work we have to make sure it will bind on 0.0.0.0. We do this by editing <filename>/etc/libvirt/qemu.conf</filename></para>
<para>Make sure this parameter is set:</para>
<programlisting>vnc_listen = "0.0.0.0"</programlisting>
</listitem>
<listitem>
<para>Restart libvirt</para>
<para>In RHEL or CentOS:</para>