search for: ccccccccccccccccccc

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

2018 Jul 31
2
Re: [PATCH nbdkit 3/4] Add map filter.
...───┴──────────────┘ > + > +This is how to simulate L<nbdkit-offset-filter(1)> C<offset> and > +C<range> parameters: > + > + # offset,range > + 1M,32M 0 > + > + ┌─────┬─────────────────────┬─── ─ ─ ─ > + Plugin serves ... │ │ ccccccccccccccccccc │ (extra data) > + │ 1M │ 32M │ > + └─────┴─────────────────────┴─── ─ ─ ─ > + Filter │ > + transforms ... ┌─────┘ > + │ > + ┌─────────▼──────...
2018 Jul 31
0
[PATCH nbdkit 3/4] Add map filter.
...aaaaaaaaaa │ + └──────────────┴──────────────┘ + +This is how to simulate L<nbdkit-offset-filter(1)> C<offset> and +C<range> parameters: + + # offset,range + 1M,32M 0 + + ┌─────┬─────────────────────┬─── ─ ─ ─ + Plugin serves ... │ │ ccccccccccccccccccc │ (extra data) + │ 1M │ 32M │ + └─────┴─────────────────────┴─── ─ ─ ─ + Filter │ + transforms ... ┌─────┘ + │ + ┌─────────▼───────────┐ + Client sees ... │ c...
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