Re: [libvirt] [PATCH 2/3] qemu: Send migrate_cancel when aborting migration

2014-05-23 Thread Jiri Denemark
: libvir-list@redhat.com > > Subject: [libvirt] [PATCH 2/3] qemu: Send migrate_cancel when aborting > > migration > > > > When QEMU reports failed or cancelled migration, we don't need to send > > it migrate_cancel QMP command. But in all other error paths, such as if &g

Re: [libvirt] [PATCH 2/3] qemu: Send migrate_cancel when aborting migration

2014-05-22 Thread Zhe Peng
- Original Message - > From: "Wangrui (K)" > To: "Jiri Denemark" , libvir-list@redhat.com > Sent: Friday, May 23, 2014 9:40:23 AM > Subject: Re: [libvirt] [PATCH 2/3] qemu: Send migrate_cancel when > abortingmigration > > > >

Re: [libvirt] [PATCH 2/3] qemu: Send migrate_cancel when aborting migration

2014-05-22 Thread Wangrui (K)
> -Original Message- > From: libvir-list-boun...@redhat.com [mailto:libvir-list-boun...@redhat.com] > On Behalf Of Jiri Denemark > Sent: Thursday, May 22, 2014 7:55 PM > To: libvir-list@redhat.com > Subject: [libvirt] [PATCH 2/3] qemu: Send migrate_cancel when ab

Re: [libvirt] [PATCH 2/3] qemu: Send migrate_cancel when aborting migration

2014-05-22 Thread Peter Krempa
On 05/22/14 13:55, Jiri Denemark wrote: > When QEMU reports failed or cancelled migration, we don't need to send > it migrate_cancel QMP command. But in all other error paths, such as if > we detect broken connection to a destination daemon or something else > happens inside libvirt, we need to exp

[libvirt] [PATCH 2/3] qemu: Send migrate_cancel when aborting migration

2014-05-22 Thread Jiri Denemark
When QEMU reports failed or cancelled migration, we don't need to send it migrate_cancel QMP command. But in all other error paths, such as if we detect broken connection to a destination daemon or something else happens inside libvirt, we need to explicitly send migrate_cancel command instead of r