Re: [libvirt] [PATCH 0/2] Don't always fail migrations on I/O errors

2013-06-18 Thread Jiri Denemark
On Fri, Jun 14, 2013 at 12:41:40 +0200, Michal Privoznik wrote: > On 12.06.2013 16:11, Peter Krempa wrote: > > Recently I've added code that aborts migration in case of I/O error. This > > may > > not be desirable as qemu does actually support such migration. This series > > adds > > a flag that

Re: [libvirt] [PATCH 0/2] Don't always fail migrations on I/O errors

2013-06-14 Thread Michal Privoznik
On 12.06.2013 16:11, Peter Krempa wrote: > Recently I've added code that aborts migration in case of I/O error. This may > not be desirable as qemu does actually support such migration. This series > adds > a flag that enables this option that will be now disabled by default. > > Peter Krempa (2)

[libvirt] [PATCH 0/2] Don't always fail migrations on I/O errors

2013-06-12 Thread Peter Krempa
Recently I've added code that aborts migration in case of I/O error. This may not be desirable as qemu does actually support such migration. This series adds a flag that enables this option that will be now disabled by default. Peter Krempa (2): migration: Make erroring out on I/O error controll