udisks2_lsm.conf

udisks2_lsm.conf — The UDisks2 LSM Module configuration file

DESCRIPTION

The lsm module of UDisks2 uses LibStorageMgmt[1] API to provides org.freedesktop.UDisks2.Drive.LSM interface with RAID information for external(DAS or SAN) Linux disk drive. Please refer to storage interface document for detail.

Some storage system requires extra configuration in /usr/local/etc/udisks2/modules.conf.d/udisks2.conf.

CONFIGURATION FILE

refresh_interval = <integer>

enable_sim = true|false

enable_hpsa = true|false

extra_uris= ["uri_string_1", "uri_string_2"]

extra_passwords = ["password_string_1", "password_string_2"]

HARDWARE SUPPORT STATUS

Any hardwares which are supported in LibStorageMgmt with these capabilities will get fully support by UDisks2 LSM module:

* VOLUMES capabilityes with valid VPD83 information,

* VOLUME_RAID_INFO capabilities.

Please refer to LibStorageMgmt document website[2] for support status.

Tested hardwares are:

HP SmartArray

NetApp ONTAP

AUTHOR

Gris Ge

BUGS

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

SEE ALSO

lsmd(1), udisksd(8), hpsa_lsmplugin(1), ontap_lsmplugin(1),