Re: [Libguestfs] libnbd | Failed pipeline for master | 70da51e5

2021-09-03 Thread Martin Kletzander
On Thu, Sep 02, 2021 at 05:12:35PM +0100, Richard W.M. Jones wrote: Hi Martin, On Thu, Sep 02, 2021 at 04:05:56PM +, GitLab wrote: GitLab ✖ Pipeline #364204388 has failed! Project nbdkit / libnbd Branch● master Commit● 70da51e5 interop: Li

[Libguestfs] [libnbd PATCH] ci: Add i686 builds

2021-09-03 Thread Martin Kletzander
- ci/refresh: add generation for i686 connections - ci/build.sh: indentation fix and i686-related changes - ci/{containers,cirrus}: regenerate files - .gitlab-ci.yaml: add i686 builds Signed-off-by: Martin Kletzander --- The pipeline for this commit can be seen here: https://gitlab.com/nertpinx/

Re: [Libguestfs] [libnbd PATCH] ci: Add i686 builds

2021-09-03 Thread Richard W.M. Jones
On Fri, Sep 03, 2021 at 11:05:02AM +0200, Martin Kletzander wrote: > - ci/refresh: add generation for i686 connections > - ci/build.sh: indentation fix and i686-related changes > - ci/{containers,cirrus}: regenerate files > - .gitlab-ci.yaml: add i686 builds > > Signed-off-by: Martin Kletzander >

Re: [Libguestfs] [PATCH] client: Don't confuse Unix socket with TLS hostname

2021-09-03 Thread Wouter Verhelst
Ack, thanks -- please commit. On Thu, Sep 02, 2021 at 05:07:29PM -0500, Eric Blake wrote: > When using -u but not -H, we were ending up calling > gnutls_session_set_verify_cert() with the Unix socket's path name, > which is bound to fail (hostnames don't start with /). Saner is to > only default

Re: [Libguestfs] [PATCH 2/2] tests/mount-local: fix relative pathname of FUSE client executable

2021-09-03 Thread Laszlo Ersek
On 09/02/21 15:56, Richard W.M. Jones wrote: > On Thu, Sep 02, 2021 at 03:51:24PM +0200, Laszlo Ersek wrote: >> In commit 6d32773e8118 ("tests: Run the tests in parallel.", 2021-03-18), >> the working directory relative to which "test-parallel-mount-local" would >> be launched (by the test machiner

Re: [Libguestfs] [libnbd PATCH] ci: Add i686 builds

2021-09-03 Thread Martin Kletzander
On Fri, Sep 03, 2021 at 10:19:32AM +0100, Richard W.M. Jones wrote: On Fri, Sep 03, 2021 at 11:05:02AM +0200, Martin Kletzander wrote: - ci/refresh: add generation for i686 connections - ci/build.sh: indentation fix and i686-related changes - ci/{containers,cirrus}: regenerate files - .gitlab-ci

Re: [Libguestfs] [PATCH] spec: Relax NBD_OPT_LIST_META_CONTEXTS

2021-09-03 Thread Eric Blake
Ping. On Mon, Aug 16, 2021 at 01:40:59PM -0500, Eric Blake wrote: > Using OPT_SET_META_CONTEXTS is stateful (it is documented to wipe out > any previously-requested contexts, and we just tightened the spec to > clarify that starting TLS also wipes it out). But > OPT_LIST_META_CONTEXTS is not stat