targetd_lsmplugin (1) Linux Manual Page
NAME
targetd_lsmplugin — libStorageMgmt targetd plugin
DESCRIPTION
LibStorageMgmt targetd plugin allows user to manage storage using the targetd storage API [1]. The ‘targetd_lsmplugin’ executable file is for libStorageMgmt daemon to execute when client user specifies targetd plugin in the URI.
URI
To use this plugin, users should set their URI to this format:
# HTTP connection
targetd://<username>@<targetd_server>:<port number>
# HTTPS connection
targetd+ssl://<username>@<targetd_server>:<port number>
username-
The
usernameis the user account configured in targetd configuration file. targetd_server-
The
targetd_serveris the IP address or DNS name of server running targetd daemon. port number-
The
port numberis the listening port of the targetd daemon. The default port of 18700 is used if none is supplied on the URI. URI parameters- No additional URI parameters are supported by this plugin.
SUPPORTED SOFTWARE
Linux targetd 0.7.1 or later version. Detailed support status can be queried via:
lsm.Client.capabilities()
lsm_capabilities()
lsmcli capabilities
FIREWALL RULES
By default, this plugin requires access to the targetd server’s TCP 18700 port.
SEE ALSO
lsmcli(1), lsmd(1), [1] https://github.com/agrover/targetd
BUGS
Please report bugs to <libstoragemgmt-devel [at] lists.sourceforge.net>
AUTHOR
Gris Ge <fge [at] redhat.com>
Tony Asleson <tasleson [at] redhat.com>
