1simc_lsmplugin(1) libStorageMgmt simc_lsmplugin(1)
2
3
4
6 simc_lsmplugin -- LibstorageMgmt Simulator C Plugin
7
8
10 LibStorageMgmt simulator C plugin is for development use. The plugin
11 simulates an array which supports most features of the library. The
12 simulator is memory based, state will be discarded once the plugin ex‐
13 its. The 'simc_lsmplugin' executable file is for the libStorageMgmt
14 daemon to execute when client user specifies simc plugin in the URI.
15
16 Since every command of lsmcli is a standalone libStorageMgmt session,
17 this plugin is essentially useless for this purpose. In this use case,
18 the libStorageMgmt simulator plugin sim_lsmplugin(1) is suggested.
19
20 This plugin is written in pure C and is intended to be an example of a
21 C plugin for the library.
22
23
25 To use this plugin, users should set their URI to this format:
26
27 simc://
28
29 No password is required for this plugin. No URI parameters are sup‐
30 ported by this plugin.
31
32
34 This plugin requires not network access.
35
36
38 lsmcli(1), lsmd(1), sim_lsmplugin(1)
39
40
42 Please report bugs to <libstoragemgmt-devel@lists.sourceforge.net>
43
44
46 Gris Ge <fge@redhat.com>
47 Tony Asleson <tasleson@redhat.com>
48
49
50
51simc_lsmplugin 1.9.4 June 2015 simc_lsmplugin(1)