Re: [libvirt] Local qemu migration

2014-11-05 Thread Marc-André Lureau
On Wed, Nov 5, 2014 at 2:54 PM, Eric Blake wrote: > The monitor socket location is different for qemu:///system than for > qemu:///session (or when going between two different users' > qemu:///session). But things like the VNC port do start to be an issue. > > Not if the port is allocated, or th

Re: [libvirt] Local qemu migration

2014-11-05 Thread Eric Blake
On 11/05/2014 01:28 PM, Daniel P. Berrange wrote: > On Wed, Nov 05, 2014 at 01:16:08PM +0100, Marc-André Lureau wrote: >> Hi >> >> On Wed, Nov 5, 2014 at 9:10 AM, Daniel P. Berrange >> wrote: >> >>> Nope, there's stuff that's on the filesystem that is tied to the QEMU >>> process and that would cl

Re: [libvirt] Local qemu migration

2014-11-05 Thread Daniel P. Berrange
On Wed, Nov 05, 2014 at 01:16:08PM +0100, Marc-André Lureau wrote: > Hi > > On Wed, Nov 5, 2014 at 9:10 AM, Daniel P. Berrange > wrote: > > > Nope, there's stuff that's on the filesystem that is tied to the QEMU > > process and that would clash when migrating as you have two copies of > > the sa

Re: [libvirt] Local qemu migration

2014-11-05 Thread Marc-André Lureau
Hi On Wed, Nov 5, 2014 at 9:10 AM, Daniel P. Berrange wrote: > Nope, there's stuff that's on the filesystem that is tied to the QEMU > process and that would clash when migrating as you have two copies of > the same VM running at the sme time. > Ok, there is no guarantee that the VMs won't writ

Re: [libvirt] Local qemu migration

2014-11-05 Thread Daniel P. Berrange
On Tue, Nov 04, 2014 at 10:49:44AM -0500, Cole Robinson wrote: > On 11/04/2014 10:43 AM, Marc-André Lureau wrote: > >Hi, > > > >Attempting to migration from session to system qemu fails because of the > >following checks in qemuMigrationCookieXMLParse(): > > > >if (STREQ(mig->remoteHostname, m

Re: [libvirt] Local qemu migration

2014-11-04 Thread Cole Robinson
On 11/04/2014 10:43 AM, Marc-André Lureau wrote: Hi, Attempting to migration from session to system qemu fails because of the following checks in qemuMigrationCookieXMLParse(): if (STREQ(mig->remoteHostname, mig->localHostname)) { virReportError(VIR_ERR_INTERNAL_ERROR,

[libvirt] Local qemu migration

2014-11-04 Thread Marc-André Lureau
Hi, Attempting to migration from session to system qemu fails because of the following checks in qemuMigrationCookieXMLParse(): if (STREQ(mig->remoteHostname, mig->localHostname)) { virReportError(VIR_ERR_INTERNAL_ERROR, _("Attempt to migrate guest to the same h