Re: [Libguestfs] [PATCH virt-v2v 2/3] -o rhv: Unmount the temporary NFS mountpoint as late as possible

2022-07-15 Thread Laszlo Ersek
On 07/14/22 14:38, Richard W.M. Jones wrote: > To partially avoid a potential race against nbdkit or qemu-nbd > releasing files on the mountpoint before they exit, unmount as late as > we can. > > See also https://bugzilla.redhat.com/show_bug.cgi?id=1953286#c26 > --- > output/output_rhv.ml | 4

[Libguestfs] [PATCH virt-v2v 2/3] -o rhv: Unmount the temporary NFS mountpoint as late as possible

2022-07-14 Thread Richard W.M. Jones
To partially avoid a potential race against nbdkit or qemu-nbd releasing files on the mountpoint before they exit, unmount as late as we can. See also https://bugzilla.redhat.com/show_bug.cgi?id=1953286#c26 --- output/output_rhv.ml | 4 ++-- common | 2 +- 2 files changed, 3