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 system requires extra configuration in
15       /etc/udisks2/modules.conf.d/udisks2.conf.
16

CONFIGURATION FILE

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

HARDWARE SUPPORT STATUS

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

AUTHOR

87       Gris Ge <fge@redhat.com>
88

BUGS

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

SEE ALSO

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