XNBD-WRAPPER(8) | xNBD Manual | XNBD-WRAPPER(8) |
NAME¶
xnbd-wrapper - Manage multiple files to be exported as a block device to other computers running the GNU/Linux(tm) Operating System
SYNOPSIS¶
xnbd-wrapper [ --imgfile IMAGE [--imgfile IMAGE ...] ] [--laddr ADDRESS] [--lport PORT] [--socket PATH] [--xnbd-server PATH] [--daemonize] [--logpath PATH] [--max-buf-size NUMBER] [--max-queue-size NUMBER]
DESCRIPTION¶
xnbd-wrapper is a super-server for xnbd-server. Its purpose is to manage multiple exported images at once. A client may connect to this super-server and it will be indirected to the actual xnbd-server providing the requested resource.
xnbd-wrapper comes handy if you want to export multiple files (or block devices) on a single host. Instead of starting multiple xnbd-server instances and remember the exported port for each, you can use xnbd-wrapper to looks up the requested image file name and map it automatically to the corresponding xnbd-server.
OPTIONS¶
The following options are supported:
--daemonize
--imgfile IMAGE
xnbd-wrapper will export the file name accessible through this name to clients, which may connect to the server by providing this name
This option can be specified multiple times. In this case, xnbd-wrapper will export all IMAGE files at once. Alternatively, this argument can be omitted and images may be (un-)exported ar runtime with xnbd-wrapper-ctl.
--laddr ADDRESS
--logpath FILE
--syslog
--lport PORT
(--port PORT)
--socket PATH
--xnbd-bgctl COMMAND
--xnbd-server COMMAND
(--xnbd-binary PATH)
--cow
--readonly
--max-queue-size NUMBER
--max-buf-size NUMBER
SEE ALSO¶
xnbd-client(1), xnbd-server(8), xnbd-wrapper-ctl(8)
AUTHOR¶
The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz) and is now maintained by Paul Clements (Paul.Clements@steeleye.com).
The xNBD userland programs have been written by Takahiro Hirofuchi (t.hirofuchi@aist.go.jp).
This manual page was written by Arno Toell (arno@debian.org) for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
02/12/2014 | xNBD 0.3.0 |