Re: [Libguestfs] [V2V PATCH 0/5] Bring support for virtio-scsi back to Windows

2023-02-25 Thread Laszlo Ersek
On 2/24/23 17:11, Andrey Drobyshev wrote: > On 2/24/23 14:02, Laszlo Ersek wrote: >> On 2/24/23 12:55, Denis V. Lunev wrote: >>> On 2/24/23 05:56, Laszlo Ersek wrote: >> I've got zero experience with in-place conversions. I've skimmed

[Libguestfs] libnbd | Failed pipeline for master | 3a49373a

2023-02-25 Thread GitLab
Pipeline #788829014 has failed! Project: libnbd ( https://gitlab.com/nbdkit/libnbd ) Branch: master ( https://gitlab.com/nbdkit/libnbd/-/commits/master ) Commit: 3a49373a ( https://gitlab.com/nbdkit/libnbd/-/commit/3a49373a78a611af7497f76b797c78d612f47c84 ) Commit Message: python: Add a

Re: [Libguestfs] no way to force-close NBD handle in nbdsh

2023-02-25 Thread Richard W.M. Jones
And after this commit: https://gitlab.com/nbdkit/libnbd/-/commit/3a49373a78a611af7497f76b797c78d612f47c84 You can use a with-style to automatically close the handle: with nbd.nbd() as h: # use the handle 'h' Rich. -- Richard Jones, Virtualization Group, Red Hat

Re: [Libguestfs] no way to force-close NBD handle in nbdsh

2023-02-25 Thread Richard W.M. Jones
On Sat, Feb 25, 2023 at 09:57:41AM +, Richard W.M. Jones wrote: > I can have a go at adding this since I unexpectedly have some free > time this weekend. https://gitlab.com/nbdkit/libnbd/-/commit/b7f85610ac19085a1631439fbcb7dd241f1e9ebf

Re: [Libguestfs] no way to force-close NBD handle in nbdsh

2023-02-25 Thread Richard W.M. Jones
On Fri, Feb 24, 2023 at 04:41:20PM -0600, Eric Blake wrote: > I'm out of time this weekend, but while trying to write a test for an > nbdkit bug fix (a nasty assertion failure when the client disconnects > uncleanly without NBD_CMD_DISC, which is what nbdcopy does if it gets > an EIO read response