1nbdkit-zero-plugin(1) NBDKIT nbdkit-zero-plugin(1)
2
3
4
6 nbdkit-zero-plugin - nbdkit zero length plugin
7
9 nbdkit zero
10
12 "nbdkit-zero-plugin" is a zero length plugin for nbdkit(1). It
13 presents a virtual device of length zero bytes.
14
15 This plugin is mainly good for testing corner cases in nbdkit, the NBD
16 protocol and NBD clients.
17
19 $plugindir/nbdkit-zero-plugin.so
20 The plugin.
21
22 Use "nbdkit --dump-config" to find the location of $plugindir.
23
25 "nbdkit-zero-plugin" first appeared in nbdkit 1.4.
26
28 nbdkit(1), nbdkit-plugin(3), nbdkit-data-plugin(1),
29 nbdkit-full-plugin(1), nbdkit-null-plugin(1), nbdkit-ones-plugin(1),
30 nbdkit-pattern-plugin(1), nbdkit-random-plugin(1),
31 nbdkit-sparse-random-plugin(1).
32
34 Richard W.M. Jones
35
37 Copyright Red Hat
38
40 Redistribution and use in source and binary forms, with or without
41 modification, are permitted provided that the following conditions are
42 met:
43
44 • Redistributions of source code must retain the above copyright
45 notice, this list of conditions and the following disclaimer.
46
47 • Redistributions in binary form must reproduce the above copyright
48 notice, this list of conditions and the following disclaimer in the
49 documentation and/or other materials provided with the
50 distribution.
51
52 • Neither the name of Red Hat nor the names of its contributors may
53 be used to endorse or promote products derived from this software
54 without specific prior written permission.
55
56 THIS SOFTWARE IS PROVIDED BY RED HAT AND CONTRIBUTORS ''AS IS'' AND ANY
57 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
58 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
59 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RED HAT OR CONTRIBUTORS BE
60 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
61 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
62 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
63 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
64 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
65 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
66 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67
68
69
70nbdkit-1.36.2 2023-11-26 nbdkit-zero-plugin(1)