{"id":4311,"date":"2022-12-20T17:48:56","date_gmt":"2022-12-20T20:48:56","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/udisks2_lsm-conf-man5\/"},"modified":"2022-12-20T17:48:56","modified_gmt":"2022-12-20T20:48:56","slug":"udisks2_lsm-conf-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/udisks2_lsm-conf-man5\/","title":{"rendered":"UDISKS2_LSM.CONF (man5)"},"content":{"rendered":"<h1 align=\"center\">UDISKS2_LSM.CONF<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#CONFIGURATION FILE\">CONFIGURATION FILE<\/a><br \/> <a href=\"#HARDWARE SUPPORT STATUS\">HARDWARE SUPPORT STATUS<\/a><br \/> <a href=\"#AUTHOR\">AUTHOR<\/a><br \/> <a href=\"#BUGS\">BUGS<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">udisks2_lsm.conf \u2212 The UDisks2 LSM Module configuration file<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The lsm module of UDisks2 uses <i>LibStorageMgmt<\/i>[1] API to provides <b>org.freedesktop.UDisks2.Drive.LSM<\/b> interface with RAID information for external(DAS or SAN) Linux disk drive. Please refer to storage interface document for detail.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Some storage systems require extra configuration in <i>\/etc\/udisks2\/modules.conf.d\/udisks2_lsm.conf<\/i>.<\/p>\n<h2>CONFIGURATION FILE <a name=\"CONFIGURATION FILE\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>refresh_interval = <integer><\/b><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">This option controls how often the RAID information cache should be refreshed. If not defined, the default value is 30 (seconds).<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>enable_sim = true|false<\/b><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">This option indicates whether the lsm module should try simulator of LibStorageMgmt. This is only for developers. If not defined, the default value is false (do not enable simulator of LibStorageMgmt). If enabled, the <b>sim:\/\/<\/b> URI will be used to query LibStorageMgmt simulator plugin.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>enable_hpsa = true|false<\/b><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">This option indicates whether the lsm module should check HP SmartArray. If not defined, the default value is true (check HP SmartArray).<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">To be functional this also requires the <b>libstoragemgmt\u2212hpsa\u2212plugin<\/b> package to be installed and configured properly. Please refer to the <i>hpsa_lsmplugin(1)<\/i> manpage for detail.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">If enabled, the <b>hpsa:\/\/<\/b> URI will be used to query LibStorageMgmt HP SmartArray plugin.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>extra_uris= [&#8220;uri_string_1&#8221;, &#8220;uri_string_2&#8221;]<\/b><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">This option defines extra LibStorageMgmt URI list here. Please refer to <i>LibStorageMgmt User Guide[3]<\/i> for the URI format.<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Requires double quoted string separated by comma, for example:<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">extra_uris = [&#8220;ontap+ssl:\/\/root@ontap.a.ip&#8221;, &#8220;ontap+ssl:\/\/root@ontap.b.ip&#8221;]<\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">If not defined, empty list (no extra URI loaded) will be used.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>extra_passwords = [&#8220;password_string_1&#8221;, &#8220;password_string_2&#8221;]<\/b><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">This options defines the passwords of above URI list. Please use double quoted string separated by comma, for example:<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">extra_paasswords = [&#8220;password1&#8221;, &#8220;password2&#8221;]<\/p>\n<h2>HARDWARE SUPPORT STATUS <a name=\"HARDWARE SUPPORT STATUS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Any hardware which is supported in LibStorageMgmt with these capabilities will get fully supported by the UDisks2 LSM module:<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">* <b>VOLUMES capabilities<\/b> with valid VPD83 information,<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">* <b>VOLUME_RAID_INFO<\/b> capabilities.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Please refer to LibStorageMgmt document website[2] for support status.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Tested hardware:<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>HP SmartArray<\/b><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Using <b>libstoragemgmt\u2212hpsa\u2212plugin<\/b> package.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>NetApp ONTAP<\/b><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\">Using <b>libstoragemgmt\u2212netapp\u2212plugin<\/b> package.<\/p>\n<h2>AUTHOR <a name=\"AUTHOR\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Gris Ge <fge@redhat.com><\/p>\n<h2>BUGS <a name=\"BUGS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Please send bug reports to either the distribution bug tracker or the upstream bug tracker at <b><font color=\"#0000FF\">https:\/\/github.com\/storaged-project\/udisks\/issues<\/font><\/b><font color=\"#000000\">.<\/font><\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>lsmd<\/b>(1), <b>udisksd<\/b>(8), <b>hpsa_lsmplugin<\/b>(1), <b>ontap_lsmplugin<\/b>(1),<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">[1]:<\/font> <b><font color=\"#0000FF\">https:\/\/github.com\/libstorage\/libstoragemgmt<\/font><\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">[2]:<\/font> <b><font color=\"#0000FF\">http:\/\/libstorage.github.io\/libstoragemgmt-doc<\/font><\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">[3]:<\/font> <b><font color=\"#0000FF\">http:\/\/libstorage.github.io\/libstoragemgmt-doc\/doc\/user_guide.html<\/font><\/b><\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  udisks2_lsm.conf \u2212 The UDisks2 LSM Module configuration file <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1291,1329],"class_list":["post-4311","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-man5","tag-udisks2_lsm"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4311"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4311\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}