table of contents
XNBD-WRAPPER-CTL(8) | xNBD Manual | XNBD-WRAPPER-CTL(8) |
NAME¶
xnbd-wrapper-ctl - Manage an xnbd-wrapper(8) super-server.
SYNOPSIS¶
xnbd-wrapper-ctl [options] --list
xnbd-wrapper-ctl [options] --add-target LOCAL_EXPORTNAME FILE
xnbd-wrapper-ctl [options] [--target-exportname NAME] --add-proxy LOCAL_EXPORTNAME REMOTE_HOST REMOTE_PORT CACHE_IMAGE BITMAP_IMAGE CONTROL_SOCKET_PATH
xnbd-wrapper-ctl [options] --remove-by-file FILE
xnbd-wrapper-ctl [options] --remove-by-exportname NAME
xnbd-wrapper-ctl [options] --bgctl-query LOCAL_EXPORTNAME
xnbd-wrapper-ctl [options] --bgctl-switch LOCAL_EXPORTNAME
xnbd-wrapper-ctl [options] --bgctl-cache-all LOCAL_EXPORTNAME
xnbd-wrapper-ctl [options] [--target-exportname NAME] --bgctl-reconnect LOCAL_EXPORTNAME REMOTE_HOST REMOTE_PORT
DESCRIPTION¶
With the xnbd-wrapper-ctl command you can connect to an xnbd-wrapper control channel and instruct it to act as directed. You may pass certain commands as argument to the control program which are then forwarded, on your behalf, to the xnbd-server instance.
OPTIONS¶
The following options are supported:
--add-target FILE
--add-proxy TARGET_HOST TARGET_PORT CACHE_IMAGE BITMAP_IMAGE CONTROL_SOCKET_PATH
(--add|-a FILE)
--help|-h
--list|-l
--remove-by-file FILE
--remove-by-exportname NAME
(--remove|-r INDEX)
--socket|-s SOCKETPATH
--target-exportname NAME
--bgctl-cache-all
--bgctl-query
--bgctl-reconnect REMOTE_HOST REMOTE_PORT
--bgctl-switch
POSITIONAL ARGUMENTS¶
The following positional options are supported:
FILE
LOCAL_EXPORTNAME
REMOTE_HOST
REMOTE_PORT
CACHE_IMAGE
BITMAP_IMAGE
CONTROL_SOCKET_PATH
SEE ALSO¶
xnbd-wrapper(1), xnbd-server(8), xnbd-bgctl(1)
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 |