blob: 9a84e81eed9c82a7bc62451151659366f79c20db [file] [log] [blame]
bellard7a5ca862008-05-27 21:13:40 +00001@example
2@c man begin SYNOPSIS
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +00003@command{qemu-nbd} [OPTION]... @var{filename}
4
5@command{qemu-nbd} @option{-d} @var{dev}
bellard7a5ca862008-05-27 21:13:40 +00006@c man end
7@end example
8
9@c man begin DESCRIPTION
10
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +000011Export a QEMU disk image using the NBD protocol.
bellard7a5ca862008-05-27 21:13:40 +000012
13@c man end
14
15@c man begin OPTIONS
Daniel P. Berrange77c9aae2016-02-17 10:10:19 +000016@var{filename} is a disk image filename, or a set of block
17driver options if @var{--image-opts} is specified.
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +000018
19@var{dev} is an NBD device.
20
aliguori4a6b8192008-09-22 20:41:57 +000021@table @option
Daniel P. Berrange0ab3b332016-02-10 18:41:00 +000022@item --object type,id=@var{id},...props...
23Define a new instance of the @var{type} object class identified by @var{id}.
24See the @code{qemu(1)} manual page for full details of the properties
Daniel P. Berrange145614a2016-02-10 18:41:13 +000025supported. The common object types that it makes sense to define are the
Daniel P. Berrange0ab3b332016-02-10 18:41:00 +000026@code{secret} object, which is used to supply passwords and/or encryption
Daniel P. Berrange145614a2016-02-10 18:41:13 +000027keys, and the @code{tls-creds} object, which is used to supply TLS
28credentials for the qemu-nbd server.
aliguori4a6b8192008-09-22 20:41:57 +000029@item -p, --port=@var{port}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000030The TCP port to listen on (default @samp{10809})
aliguori4a6b8192008-09-22 20:41:57 +000031@item -o, --offset=@var{offset}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000032The offset into the image
aliguori4a6b8192008-09-22 20:41:57 +000033@item -b, --bind=@var{iface}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000034The interface to bind to (default @samp{0.0.0.0})
aliguori4a6b8192008-09-22 20:41:57 +000035@item -k, --socket=@var{path}
Sitsofe Wheelerb9dbb612016-01-05 07:33:30 +000036Use a unix socket with path @var{path}
Daniel P. Berrange77c9aae2016-02-17 10:10:19 +000037@item --image-opts
38Treat @var{filename} as a set of image options, instead of a plain
39filename. If this flag is specified, the @var{-f} flag should
40not be used, instead the '@code{format=}' option should be set.
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +000041@item -f, --format=@var{fmt}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000042Force the use of the block driver for format @var{fmt} instead of
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +000043auto-detecting
bellard7a5ca862008-05-27 21:13:40 +000044@item -r, --read-only
Sitsofe Wheeler50901212016-01-05 07:33:32 +000045Export the disk as read-only
aliguori4a6b8192008-09-22 20:41:57 +000046@item -P, --partition=@var{num}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000047Only expose partition @var{num}
ths2f726482008-07-03 11:47:46 +000048@item -s, --snapshot
Sitsofe Wheeler50901212016-01-05 07:33:32 +000049Use @var{filename} as an external snapshot, create a temporary
Sitsofe Wheelerb9dbb612016-01-05 07:33:30 +000050file with backing_file=@var{filename}, redirect the write to
51the temporary one
Wenchao Xia8c116b02013-12-04 17:10:55 +080052@item -l, --load-snapshot=@var{snapshot_param}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000053Load an internal snapshot inside @var{filename} and export it
Sitsofe Wheelerb9dbb612016-01-05 07:33:30 +000054as an read-only device, @var{snapshot_param} format is
55'snapshot.id=[ID],snapshot.name=[NAME]' or '[ID_OR_NAME]'
ths2f726482008-07-03 11:47:46 +000056@item -n, --nocache
Paolo Bonzini0eb256a2013-02-08 13:19:07 +010057@itemx --cache=@var{cache}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000058The cache mode to be used with the file. See the documentation of
Sitsofe Wheelerb9dbb612016-01-05 07:33:30 +000059the emulator's @code{-drive cache=...} option for allowed values.
Paolo Bonzini0eb256a2013-02-08 13:19:07 +010060@item --aio=@var{aio}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000061Set the asynchronous I/O mode between @samp{threads} (the default)
Sitsofe Wheelerb9dbb612016-01-05 07:33:30 +000062and @samp{native} (Linux only).
Paolo Bonzinided9d2d2013-02-08 14:06:13 +010063@item --discard=@var{discard}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000064Control whether @dfn{discard} (also known as @dfn{trim} or @dfn{unmap})
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +000065requests are ignored or passed to the filesystem. @var{discard} is one of
66@samp{ignore} (or @samp{off}), @samp{unmap} (or @samp{on}). The default is
67@samp{ignore}.
68@item --detect-zeroes=@var{detect-zeroes}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000069Control the automatic conversion of plain zero writes by the OS to
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +000070driver-specific optimized zero write commands. @var{detect-zeroes} is one of
71@samp{off}, @samp{on} or @samp{unmap}. @samp{unmap}
72converts a zero write to an unmap operation and can only be used if
73@var{discard} is set to @samp{unmap}. The default is @samp{off}.
Ryota Ozakibba7be92010-03-04 00:18:43 +090074@item -c, --connect=@var{dev}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000075Connect @var{filename} to NBD device @var{dev}
thscd831bd2008-07-03 10:23:51 +000076@item -d, --disconnect
Sitsofe Wheeler50901212016-01-05 07:33:32 +000077Disconnect the device @var{dev}
aliguori4a6b8192008-09-22 20:41:57 +000078@item -e, --shared=@var{num}
Sitsofe Wheeler50901212016-01-05 07:33:32 +000079Allow up to @var{num} clients to share the device (default @samp{1})
ths75818252008-07-03 13:41:03 +000080@item -t, --persistent
Sitsofe Wheeler50901212016-01-05 07:33:32 +000081Don't exit on the last connection
Eric Blakeb1a75b32016-10-14 13:33:03 -050082@item -x, --export-name=@var{name}
Daniel P. Berrange3d4b2f92016-02-10 18:41:08 +000083Set the NBD volume export name. This switches the server to use
84the new style NBD protocol negotiation
Eric Blakeb1a75b32016-10-14 13:33:03 -050085@item -D, --description=@var{description}
86Set the NBD volume export description, as a human-readable
87string. Requires the use of @option{-x}
Daniel P. Berrange145614a2016-02-10 18:41:13 +000088@item --tls-creds=ID
89Enable mandatory TLS encryption for the server by setting the ID
90of the TLS credentials object previously created with the --object
91option.
Max Reitzffb31e12016-09-28 22:46:42 +020092@item --fork
93Fork off the server process and exit the parent once the server is running.
bellard7a5ca862008-05-27 21:13:40 +000094@item -v, --verbose
Sitsofe Wheeler50901212016-01-05 07:33:32 +000095Display extra debugging information
bellard7a5ca862008-05-27 21:13:40 +000096@item -h, --help
Sitsofe Wheeler50901212016-01-05 07:33:32 +000097Display this help and exit
bellard7a5ca862008-05-27 21:13:40 +000098@item -V, --version
Sitsofe Wheeler50901212016-01-05 07:33:32 +000099Display version information and exit
Denis V. Lunev39ca4632016-06-17 17:44:12 +0300100@item -T, --trace [[enable=]@var{pattern}][,events=@var{file}][,file=@var{file}]
101@findex --trace
102@include qemu-option-trace.texi
bellard7a5ca862008-05-27 21:13:40 +0000103@end table
104
105@c man end
106
107@ignore
108
109@setfilename qemu-nbd
110@settitle QEMU Disk Network Block Device Server
111
112@c man begin AUTHOR
113Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>.
114This is free software; see the source for copying conditions. There is NO
115warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
116@c man end
117
118@c man begin SEEALSO
Sitsofe Wheeler7e8911b2016-01-05 07:33:31 +0000119qemu(1), qemu-img(1)
bellard7a5ca862008-05-27 21:13:40 +0000120@c man end
121
122@end ignore