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-pattern-plugin(1),
30 nbdkit-random-plugin(1).
31
33 Richard W.M. Jones
34
36 Copyright (C) 2018 Red Hat Inc.
37
39 Redistribution and use in source and binary forms, with or without
40 modification, are permitted provided that the following conditions are
41 met:
42
43 · Redistributions of source code must retain the above copyright
44 notice, this list of conditions and the following disclaimer.
45
46 · Redistributions in binary form must reproduce the above copyright
47 notice, this list of conditions and the following disclaimer in the
48 documentation and/or other materials provided with the
49 distribution.
50
51 · Neither the name of Red Hat nor the names of its contributors may
52 be used to endorse or promote products derived from this software
53 without specific prior written permission.
54
55 THIS SOFTWARE IS PROVIDED BY RED HAT AND CONTRIBUTORS ''AS IS'' AND ANY
56 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
57 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
58 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RED HAT OR CONTRIBUTORS BE
59 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
60 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
61 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
62 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
63 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
64 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
65 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
66
67
68
69nbdkit-1.16.1 2019-12-03 nbdkit-zero-plugin(1)