[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-11-18 Thread Serge Hallyn
** Description changed: While attempting a live migration tunnelled like this : virsh migrate --live --tunnelled --p2p guest1 qemu+ssh://192.168.99.3/system the source host (node1) logs this error : Oct 6 17:44:06 node2 libvirtd: 17:44:06.513: error : qemuMonitorTextGetMigrat

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-11-18 Thread Serge Hallyn
Ah, no, the apparmor part has to wait until a fix is in precise. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/869590 Title: KVM migration fails when tunnelled due to parsing error

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-11-18 Thread Serge Hallyn
My past (failed) attempts at getting it to work with this patch were due to libvirt-bin running as root, and root not sharing a valid ssh key with root on the remote host (because with virsh migrate --tunneled, the remote connection is done by libvirt-bin, not by the user; with 'virsh -c qemu+ssh:

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-16 Thread Dave Walker
Marking main task as Fix Released, and opened a Lucid tracking task. Thanks. ** Also affects: libvirt (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu) Status: New => Fix Released ** Changed in: libvirt (Ubuntu Lucid) Importance: Undecided => M

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-07 Thread Serge Hallyn
Actually it may be a problem with my debdiff application, i'll give it another shot. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/869590 Title: KVM migration fails when tunnelled

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-07 Thread Serge Hallyn
Hmm, I'm failing to get tunnelled migration working at all on lucid (tried two different environments). Without --tunnelled, migration succeeds. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-07 Thread Ubuntu QA's Bug Bot
The attachment "Fix parsing of 'info migration' reply" of this bug report has been identified as being a patch in the form of a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. In the event that this is in fact not a

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-07 Thread Simon Déziel
Thanks Serge, I appreciate your responsiveness. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/869590 Title: KVM migration fails when tunnelled due to parsing error in qemu monito

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-07 Thread Serge Hallyn
Thanks very much for submitting this bug and the patch. I will test these and submit for SRU. ** Changed in: libvirt (Ubuntu) Importance: Undecided => High ** Changed in: libvirt (Ubuntu) Assignee: (unassigned) => Serge Hallyn (serge-hallyn) -- You received this bug notification becaus

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-06 Thread Simon Déziel
This bug does not affect Maverick and higher as they are based from a version including the upstream fix already. I forgot to mention by here are the information of my affected system : # lsb_release -rd Description: Ubuntu 10.04.3 LTS Release: 10.04 # apt-cache policy libvirt-bin libvirt-bin:

[Bug 869590] Re: KVM migration fails when tunnelled due to parsing error in qemu monitor

2011-10-06 Thread Simon Déziel
When looking at the upstream git I found that Daniel P. Berrange had already fixed that in commit 0d3eee7fe8bcaa49. I have extract only the portion of this commit that touches src/qemu/qemu_monitor_text.c and created a debdiff with it. ** Patch added: "Fix parsing of 'info migration' reply" ht