]> git.proxmox.com Git - mirror_qemu.git/blame - qemu-nbd.texi
nbd: enable use of TLS with NBD block driver
[mirror_qemu.git] / qemu-nbd.texi
CommitLineData
7a5ca864
FB
1@example
2@c man begin SYNOPSIS
7e8911bb
SW
3@command{qemu-nbd} [OPTION]... @var{filename}
4
5@command{qemu-nbd} @option{-d} @var{dev}
7a5ca864
FB
6@c man end
7@end example
8
9@c man begin DESCRIPTION
10
7e8911bb 11Export a QEMU disk image using the NBD protocol.
7a5ca864
FB
12
13@c man end
14
15@c man begin OPTIONS
7e8911bb
SW
16@var{filename} is a disk image filename.
17
18@var{dev} is an NBD device.
19
4a6b819c 20@table @option
0ab3b337
DB
21@item --object type,id=@var{id},...props...
22Define a new instance of the @var{type} object class identified by @var{id}.
23See the @code{qemu(1)} manual page for full details of the properties
24supported. The common object type that it makes sense to define is the
25@code{secret} object, which is used to supply passwords and/or encryption
26keys.
4a6b819c 27@item -p, --port=@var{port}
50901218 28The TCP port to listen on (default @samp{10809})
4a6b819c 29@item -o, --offset=@var{offset}
50901218 30The offset into the image
4a6b819c 31@item -b, --bind=@var{iface}
50901218 32The interface to bind to (default @samp{0.0.0.0})
4a6b819c 33@item -k, --socket=@var{path}
b9dbb617 34Use a unix socket with path @var{path}
7e8911bb 35@item -f, --format=@var{fmt}
50901218 36Force the use of the block driver for format @var{fmt} instead of
7e8911bb 37auto-detecting
7a5ca864 38@item -r, --read-only
50901218 39Export the disk as read-only
4a6b819c 40@item -P, --partition=@var{num}
50901218 41Only expose partition @var{num}
2f726488 42@item -s, --snapshot
50901218 43Use @var{filename} as an external snapshot, create a temporary
b9dbb617
SW
44file with backing_file=@var{filename}, redirect the write to
45the temporary one
8c116b0e 46@item -l, --load-snapshot=@var{snapshot_param}
50901218 47Load an internal snapshot inside @var{filename} and export it
b9dbb617
SW
48as an read-only device, @var{snapshot_param} format is
49'snapshot.id=[ID],snapshot.name=[NAME]' or '[ID_OR_NAME]'
2f726488 50@item -n, --nocache
0eb256a2 51@itemx --cache=@var{cache}
50901218 52The cache mode to be used with the file. See the documentation of
b9dbb617 53the emulator's @code{-drive cache=...} option for allowed values.
0eb256a2 54@item --aio=@var{aio}
50901218 55Set the asynchronous I/O mode between @samp{threads} (the default)
b9dbb617 56and @samp{native} (Linux only).
ded9d2d5 57@item --discard=@var{discard}
50901218 58Control whether @dfn{discard} (also known as @dfn{trim} or @dfn{unmap})
7e8911bb
SW
59requests are ignored or passed to the filesystem. @var{discard} is one of
60@samp{ignore} (or @samp{off}), @samp{unmap} (or @samp{on}). The default is
61@samp{ignore}.
62@item --detect-zeroes=@var{detect-zeroes}
50901218 63Control the automatic conversion of plain zero writes by the OS to
7e8911bb
SW
64driver-specific optimized zero write commands. @var{detect-zeroes} is one of
65@samp{off}, @samp{on} or @samp{unmap}. @samp{unmap}
66converts a zero write to an unmap operation and can only be used if
67@var{discard} is set to @samp{unmap}. The default is @samp{off}.
bba7be96 68@item -c, --connect=@var{dev}
50901218 69Connect @var{filename} to NBD device @var{dev}
cd831bd7 70@item -d, --disconnect
50901218 71Disconnect the device @var{dev}
4a6b819c 72@item -e, --shared=@var{num}
50901218 73Allow up to @var{num} clients to share the device (default @samp{1})
75818250 74@item -t, --persistent
50901218 75Don't exit on the last connection
3d4b2f9c
DB
76@item -x NAME, --export-name=NAME
77Set the NBD volume export name. This switches the server to use
78the new style NBD protocol negotiation
7a5ca864 79@item -v, --verbose
50901218 80Display extra debugging information
7a5ca864 81@item -h, --help
50901218 82Display this help and exit
7a5ca864 83@item -V, --version
50901218 84Display version information and exit
7a5ca864
FB
85@end table
86
87@c man end
88
89@ignore
90
91@setfilename qemu-nbd
92@settitle QEMU Disk Network Block Device Server
93
94@c man begin AUTHOR
95Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>.
96This is free software; see the source for copying conditions. There is NO
97warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
98@c man end
99
100@c man begin SEEALSO
7e8911bb 101qemu(1), qemu-img(1)
7a5ca864
FB
102@c man end
103
104@end ignore