Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB4BF10301 for ; Wed, 14 Aug 2013 08:18:40 +0000 (UTC) Received: (qmail 44332 invoked by uid 500); 14 Aug 2013 08:18:39 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 44316 invoked by uid 500); 14 Aug 2013 08:18:39 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 44303 invoked by uid 99); 14 Aug 2013 08:18:38 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 08:18:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6C0E98BE696; Wed, 14 Aug 2013 08:18:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: commits@cloudstack.apache.org Message-Id: <4e978a4a8d0441e3b63bf785640f03ab@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.2 to 8f38272 Date: Wed, 14 Aug 2013 08:18:38 +0000 (UTC) Updated Branches: refs/heads/4.2 f42704125 -> 8f3827262 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. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8f382726 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8f382726 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8f382726 Branch: refs/heads/4.2 Commit: 8f38272623f61d61fee9e92676e434c8ff9dbcdb Parents: f427041 Author: Wido den Hollander Authored: Wed Aug 14 10:09:29 2013 +0200 Committer: Wido den Hollander Committed: Wed Aug 14 10:18:26 2013 +0200 ---------------------------------------------------------------------- docs/en-US/hypervisor-host-install-libvirt.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8f382726/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 d3d6b9b..c4be67e 100644 --- a/docs/en-US/hypervisor-host-install-libvirt.xml +++ b/docs/en-US/hypervisor-host-install-libvirt.xml @@ -47,6 +47,11 @@ libvirtd_opts="-d -l" + 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 /etc/libvirt/qemu.conf + Make sure this parameter is set: + vnc_listen = "0.0.0.0" + + Restart libvirt In RHEL or CentOS: $ service libvirtd restart