[Libguestfs] [PATCH] v2v: rhv-upload-plugin - improve wait logic after finalize

2019-09-09 Thread Richard W.M. Jones
This is a patch which Daniel Erez wrote originally. I have modified it only to fix a small bug in the debug() statement, and Ilanit kindly tested it here: https://bugzilla.redhat.com/show_bug.cgi?id=1680361#c38 Rich. ___ Libguestfs mailing list

[Libguestfs] [PATCH] v2v: rhv-upload-plugin - improve wait logic after finalize (RHBZ#1680361)

2019-09-09 Thread Richard W.M. Jones
From: Daniel Erez After invoking transfer_service.finalize, check operation status by examining DiskStatus. This is done instead of failing after a predefined timeout regardless the status. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1680361 Signed-off-by: Richard W.M. Jones

Re: [Libguestfs] [PATCH] v2v: rhv-upload-plugin - improve wait logic after finalize (RHBZ#1680361)

2019-09-09 Thread Nir Soffer
On Mon, Sep 9, 2019 at 7:02 PM Richard W.M. Jones wrote: > From: Daniel Erez > > After invoking transfer_service.finalize, check operation status by > examining DiskStatus. This is done instead of failing after a > predefined timeout regardless the status. > > Bug-Url:

Re: [Libguestfs] [PATCH] v2v: rhv-upload-plugin - improve wait logic after finalize (RHBZ#1680361)

2019-09-09 Thread Richard W.M. Jones
On Mon, Sep 09, 2019 at 10:37:07PM +0300, Nir Soffer wrote: > On Mon, Sep 9, 2019 at 7:02 PM Richard W.M. Jones wrote: > > > From: Daniel Erez > > > > After invoking transfer_service.finalize, check operation status by > > examining DiskStatus. This is done instead of failing after a > >