mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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:
parent
eb59c3c601
commit
a6969802c8
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user