1lsmd.conf(5)             libStorageMgmt daemon config             lsmd.conf(5)
2
3
4

NAME

6       lsmd.conf - libStorageMgmt daemon lsmd configuration file.
7
8

DESCRIPTION

10       The libStorageMgmt plugin daemon (lsmd) will read the lsmd.conf file in
11       the folder defined via --confdir (default is /etc/lsm/).
12
13       The daemon reads the plugin configuration  files  from  the  sub-folder
14       pluginconf.d.   The  plugin  configuration  file  should  be  named  as
15       <uri_scheme>.conf, for example:
16
17           * MegaRAID plugin (megaraid://):   megaraid.conf
18
19       The lsmd.conf file controls the global  settings  for  lsmd  while  the
20       plugin  configuration  file  for each plugin controls individual plugin
21       behavior.
22
23       Each option line of the configuration file should  contain  a  trailing
24       semicolon(;).
25
26

lsmd.conf OPTIONS

28       allow-plugin-root-privilege = true;
29
30              Indicates  whether  the  lsmd daemon should keep running as root
31              mode and invoke plugin as root user when needed.
32
33              Without this option or with option set as false means  that  the
34              daemon and the plugins will never run as root.
35
36              Only  when all the following requirements are met, will lsmd run
37              specified plugins as root user:
38
39                  1. "allow-plugin-root-privilege = true;" in lsmd.conf
40                  2. "require-root-privilege = true;" in plugin config
41                  3. API connection (or lsmcli) has root privileges
42
43

Plugin OPTIONS

45       require-root-privilege = true;
46
47              Indicates plugin requires root privilege.  Without this line  or
48              set  as  false, the plugin will never be invoked as root user by
49              lsmd.
50
51              Please check lsmd.conf  option  allow-plugin-root-privilege  for
52              detail.
53
54

SEE ALSO

56       lsmd (1)
57
58

BUGS

60       Please report bugs to <libstoragemgmt-devel@lists.fedorahosted.org>
61

AUTHOR

63       Gris Ge <fge@redhat.com>
64
65
66
67lsmd.conf 1.9.3                  January 2015                     lsmd.conf(5)
Impressum