search for: 8d9aabb

Displaying 2 results from an estimated 2 matches for "8d9aabb".

Did you mean: 8d22aabb
2018 Jul 31
0
[PATCH nbdkit 3/4] Add map filter.
...1)>, L<nbdkit-file-plugin(1)>, L<nbdkit-filter(3)>, +L<nbdkit-map-filter(1)>, L<nbdkit-partition-filter(1)>, L<nbdkit-truncate-filter(1)>. diff --git a/filters/partition/nbdkit-partition-filter.pod b/filters/partition/nbdkit-partition-filter.pod index 71a7a3a..8d9aabb 100644 --- a/filters/partition/nbdkit-partition-filter.pod +++ b/filters/partition/nbdkit-partition-filter.pod @@ -45,6 +45,7 @@ image). To serve the first partition only use: L<nbdkit(1)>, L<nbdkit-file-plugin(1)>, L<nbdkit-filter(3)>, +L<nbdkit-map-filter(1)>, L<nb...
2018 Jul 31
7
[PATCH nbdkit 0/4] Add truncate and map filters.
This patch series proposes two new filters. * truncate: This can truncate, extend, round up or round down the size of a plugin/device. A typical usage is to fix the qemu problem that it can only handle devices which are a multiple of 512-bytes: nbdkit --filter=truncate random size=500 round-up=512 This will serve a virtual device with size 512 bytes. Reading from the last 12 bytes will