Displaying 3 results from an estimated 3 matches for "c4321489".
2020 Aug 07
0
[nbdkit RFC PATCH 4/4] exportname: New filter
...nbdkit-plugin(3)>,
L<nbdkit-split-plugin(1)>,
L<nbdkit-partitioning-plugin(1)>,
L<nbdkit-tmpdisk-plugin(1)>,
+L<nbdkit-exportname-filter(1)>,
L<nbdkit-fua-filter(1)>,
L<nbdkit-noextents-filter(1)>.
diff --git a/configure.ac b/configure.ac
index 8074a470..c4321489 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,7 @@ filters="\
delay \
error \
exitlast \
+ exportname \
ext2 \
extentlist \
fua \
@@ -1145,6 +1146,7 @@ AC_CONFIG_FILES([Makefile
filters/delay/Makefile...
2020 Aug 07
1
Re: [nbdkit RFC PATCH 4/4] exportname: New filter
...-plugin(1)>,
> L<nbdkit-partitioning-plugin(1)>,
> L<nbdkit-tmpdisk-plugin(1)>,
> +L<nbdkit-exportname-filter(1)>,
> L<nbdkit-fua-filter(1)>,
> L<nbdkit-noextents-filter(1)>.
>
> diff --git a/configure.ac b/configure.ac
> index 8074a470..c4321489 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -103,6 +103,7 @@ filters="\
> delay \
> error \
> exitlast \
> + exportname \
> ext2 \
> extentlist \
> fua \
> @@ -1145,6 +1146,7 @@ AC_CONFIG_FILES([Ma...
2020 Aug 07
8
[nbdkit PATCH 0/4] More .list_exports uses
Here's changes to the file plugin (which I'm happy with) and a new
exportname filter (which is still at RFC stage; I need to finish
implementing strict mode in .open, and add tests).
I also discovered that we really want .list_exports and .open to know
when they are used on plaintext vs. tls clients for --tls=on, and we
may want to split out a new .default_export callback rather than