1sim_lsmplugin(1) libStorageMgmt sim_lsmplugin(1)
2
3
4
6 sim_lsmplugin -- LibStorageMgmt simulator python plugin
7
8
10 LibstorageMgmt simulator plugin is for development or test use only.
11 The plugin simulates an array which supports most features of the li‐
12 brary. State is stored in a file, default is '/tmp/lsm_sim_data'. The
13 'sim_lsmplugin' executable file is for libStorageMgmt daemon to execute
14 when client user specifies sim plugin in the URI.
15
16 This plugin is written in pure Python and is intended to be an example
17 of a python plugin for the library.
18
19
21 To use this plugin, users should set their URI to this format:
22
23 # All that is required
24 sim://
25
26 # Optional statefile
27 sim://?statefile=<file path and name>
28
29 No password is required for this plugin.
30
31
32 URI parameters
33
34
35 statefile
36
37 Use specified file to store simulator state data. Example
38 URI:
39 sim://?statefile=/tmp/other_lsm_sim_data
40
41 The statefile is a sqlite3 data base file.
42
43
45 This plugin requires not network access.
46
47
49 lsmcli(1), lsmd(1)
50
51
53 Please report bugs to <libstoragemgmt-devel@lists.sourceforge.net>
54
55
57 Gris Ge <fge@redhat.com>
58 Tony Asleson <tasleson@redhat.com>
59
60
61
62sim_lsmplugin 1.9.4 June 2015 sim_lsmplugin(1)