search for: nbd_opt_info_meta_context

Displaying 3 results from an estimated 3 matches for "nbd_opt_info_meta_context".

2020 Aug 17
1
Re: [libnbd PATCH v2 06/13] api: Add nbd_opt_abort and nbd_aio_opt_abort
On Fri, Aug 14, 2020 at 05:00:25PM -0500, Eric Blake wrote: > diff --git a/lib/internal.h b/lib/internal.h > index 5f495fb..03baacd 100644 > --- a/lib/internal.h > +++ b/lib/internal.h > @@ -101,6 +101,7 @@ struct nbd_handle { > > /* Option negotiation mode. */ > bool opt_mode; > + uint8_t current_opt; Be nice to add a comment here about what current_opt can
2020 Oct 01
1
Re: [PATCH nbdinfo v2] info: Add a --map option for displaying allocation metadata.
...a querying> in the NBD > +protocol. I<--json> can also be used here for parsable JSON output. > + > +=head3 List of exports > + > To list all the exports available on an NBD server use the I<--list> > (I<-L>) option. Looks like I have more to add here once nbd_opt_info_meta_context lands for displaying available contexts during --list, and auto-selecting contexts with --map. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
2020 Sep 26
2
[PATCH nbdinfo v2] info: Add a --map option for displaying allocation metadata.
Fixes bugs with JSON output in the previous patch, and adds some tests. Rich.