1UDISKS2_LSM.CONF(5)     UDisks2 LSM Module Configurati     UDISKS2_LSM.CONF(5)
2
3
4

NAME

6       udisks2_lsm.conf - The UDisks2 LSM Module configuration file
7

DESCRIPTION

9       The lsm module of UDisks2 uses LibStorageMgmt[1] API to provides
10       org.freedesktop.UDisks2.Drive.LSM interface with RAID information for
11       external(DAS or SAN) Linux disk drive. Please refer to storage
12       interface document for detail.
13
14       Some storage systems require extra configuration in
15       /etc/udisks2/modules.conf.d/udisks2_lsm.conf.
16

CONFIGURATION FILE

18       refresh_interval = <integer>
19
20           This option controls how often the RAID information cache should be
21           refreshed. If not defined, the default value is 30 (seconds).
22
23       enable_sim = true|false
24
25           This option indicates whether the lsm module should try simulator
26           of LibStorageMgmt. This is only for developers. If not defined, the
27           default value is false (do not enable simulator of LibStorageMgmt).
28           If enabled, the sim:// URI will be used to query LibStorageMgmt
29           simulator plugin.
30
31       enable_hpsa = true|false
32
33           This option indicates whether the lsm module should check HP
34           SmartArray. If not defined, the default value is true (check HP
35           SmartArray).
36
37           To be functional this also requires the libstoragemgmt-hpsa-plugin
38           package to be installed and configured properly. Please refer to
39           the hpsa_lsmplugin(1) manpage for detail.
40
41           If enabled, the hpsa:// URI will be used to query LibStorageMgmt HP
42           SmartArray plugin.
43
44       extra_uris= ["uri_string_1", "uri_string_2"]
45
46           This option defines extra LibStorageMgmt URI list here. Please
47           refer to LibStorageMgmt User Guide[3] for the URI format.
48
49           Requires double quoted string separated by comma, for example:
50
51                             extra_uris = ["ontap+ssl://root@ontap.a.ip", "ontap+ssl://root@ontap.b.ip"]
52
53
54           If not defined, empty list (no extra URI loaded) will be used.
55
56       extra_passwords = ["password_string_1", "password_string_2"]
57
58           This options defines the passwords of above URI list. Please use
59           double quoted string separated by comma, for example:
60
61                             extra_paasswords = ["password1", "password2"]
62
63
64

HARDWARE SUPPORT STATUS

66       Any hardware which is supported in LibStorageMgmt with these
67       capabilities will get fully supported by the UDisks2 LSM module:
68
69       * VOLUMES capabilities with valid VPD83 information,
70
71       * VOLUME_RAID_INFO capabilities.
72
73       Please refer to LibStorageMgmt document website[2] for support status.
74
75       Tested hardware:
76
77       HP SmartArray
78
79           Using libstoragemgmt-hpsa-plugin package.
80
81       NetApp ONTAP
82
83           Using libstoragemgmt-netapp-plugin package.
84

AUTHOR

86       Gris Ge <fge@redhat.com>
87

BUGS

89       Please send bug reports to either the distribution bug tracker or the
90       upstream bug tracker at
91       https://github.com/storaged-project/udisks/issues.
92

SEE ALSO

94       lsmd(1), udisksd(8), hpsa_lsmplugin(1), ontap_lsmplugin(1),
95
96       [1]: https://github.com/libstorage/libstoragemgmt
97
98       [2]: http://libstorage.github.io/libstoragemgmt-doc
99
100       [3]: http://libstorage.github.io/libstoragemgmt-doc/doc/user_guide.html
101
102
103
104udisks2_lsm.conf 2.9.1            August 2018              UDISKS2_LSM.CONF(5)
Impressum