Displaying 2 results from an estimated 2 matches for "9cc586ff".
2019 Aug 20
0
Re: [nbdkit PATCH v2] main: Add option to disable SR advertisement
...+++++
> tests/test-eflags.sh | 36 ++++++++++++++++++++++++++++
> 9 files changed, 91 insertions(+), 9 deletions(-)
Oh, and I missed squashing this in:
diff --git i/filters/noextents/nbdkit-noextents-filter.pod
w/filters/noextents/nbdkit-noextents-filter.pod
index 47223928..9cc586ff 100644
--- i/filters/noextents/nbdkit-noextents-filter.pod
+++ w/filters/noextents/nbdkit-noextents-filter.pod
@@ -11,7 +11,11 @@ nbdkit-noextents-filter - disable extents in the
underlying plugin
“Extents” are a feature of the NBD protocol / nbdkit which allow the
client to detect sparse regions...
2019 Aug 20
2
[nbdkit PATCH v2] main: Add option to disable SR advertisement
When we added support for .extents, we had nbdkit unconditionally
support structured replies if the client requests them, and the
plugin's .can_extents has no impact on what the server advertises.
However, while the plugin API doesn't care whether the client
requested SR, there are still integration situations where not
advertising SR can be useful (such as comparison on what a client does