search for: acac3e50

Displaying 4 results from an estimated 4 matches for "acac3e50".

2020 Jul 09
2
[nbdkit PATCH] filters: Improve docs on .prepare prerequisites
...=1855330, https://www.redhat.com/archives/libguestfs/2020-July/msg00041.html Signed-off-by: Eric Blake <eblake@redhat.com> --- docs/nbdkit-filter.pod | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod index acac3e50..3d201309 100644 --- a/docs/nbdkit-filter.pod +++ b/docs/nbdkit-filter.pod @@ -383,14 +383,20 @@ connection (C<.finalize>). For example if you need to scan the underlying disk to check for a partition table, you could do it in your C<.prepare> method (calling -the plugin's C<....
2020 Jul 09
1
Re: [nbdkit PATCH] filters: Improve docs on .prepare prerequisites
...html >> >> Signed-off-by: Eric Blake <eblake@redhat.com> >> --- >> docs/nbdkit-filter.pod | 18 ++++++++++++------ >> 1 file changed, 12 insertions(+), 6 deletions(-) >> >> diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod >> index acac3e50..3d201309 100644 >> --- a/docs/nbdkit-filter.pod >> +++ b/docs/nbdkit-filter.pod >> @@ -383,14 +383,20 @@ connection (C<.finalize>). >> >> For example if you need to scan the underlying disk to check for a >> partition table, you could do it in your C&l...
2020 Jul 09
0
Re: [nbdkit PATCH] filters: Improve docs on .prepare prerequisites
...s/libguestfs/2020-July/msg00041.html > > Signed-off-by: Eric Blake <eblake@redhat.com> > --- > docs/nbdkit-filter.pod | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod > index acac3e50..3d201309 100644 > --- a/docs/nbdkit-filter.pod > +++ b/docs/nbdkit-filter.pod > @@ -383,14 +383,20 @@ connection (C<.finalize>). > > For example if you need to scan the underlying disk to check for a > partition table, you could do it in your C<.prepare> method (ca...
2020 Jul 21
3
[PATCH nbdkit] server: Deprecate the -e/--exportname parameter.
This parameter provided a name for the "default export" -- ie. the one and only export returned to the client by NBD_OPT_LIST. But nbdkit traditionally didn't care what export name the client requested. Since 1.16 plugins have been able to serve different content per export name (and return errors for unknown exports), but the -e option didn't reflect that and only created