targetd_lsmplugin (1) - Linux Manuals

targetd_lsmplugin: libStorageMgmt targetd plugin

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 username is the user account configured in targetd configuration file.

targetd_server

The targetd_server is the IP address or DNS name of server running targetd daemon.

port number

The port number is 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()  (Python API)
 lsm_capabilities()         (C API)
 lsmcli capabilities        (lsmcli command line).

FIREWALL RULES

By default, this plugin requires access to the targetd server's TCP 18700 port.

BUGS

Please report bugs to <libstoragemgmt-devel [at] lists.sourceforge.net>

AUTHOR

Gris Ge <fge [at] redhat.com>
Tony Asleson <tasleson [at] redhat.com>