1nbdkit-null-plugin(1)               nbdkit               nbdkit-null-plugin(1)
2
3
4

NAME

6       nbdkit-null-plugin - nbdkit bitbucket plugin
7

SYNOPSIS

9        nbdkit null size=SIZE
10

DESCRIPTION

12       "nbdkit-null-plugin" is a null plugin for nbdkit(1).  Everything
13       written to the virtual device is discarded, and reads back as zeroes.
14
15       Most NBD consumers will be very confused by this device.  Trying to
16       create filesystems etc on it will likely fail badly.  If the client is
17       caching writes locally then you will get inconsistent read behaviour.
18

PARAMETERS

20       size=SIZE
21           Specify the virtual size of the disk image.
22
23           This parameter is required.
24

SEE ALSO

26       nbdkit(1), nbdkit-plugin(3).
27

AUTHORS

29       Richard W.M. Jones
30
32       Copyright (C) 2017 Red Hat Inc.
33

LICENSE

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