multipath.conf file content
MultipathConfTree - file /etc/multipath.conf
MultipathConfTreeInitramfs - command lsinitrd -f /etc/multipath.conf
- class insights.parsers.multipath_conf.MultipathConfTree(context)[source]
Bases:
ConfigParser
Exposes multipath configuration through the parsr query interface.
See the
insights.core.ConfigComponent
class for example usage.
- class insights.parsers.multipath_conf.MultipathConfTreeInitramfs(context)[source]
Bases:
ConfigParser
,CommandParser
Exposes the multipath configuration from initramfs image through the parsr query interface.
See the
insights.core.ConfigComponent
class for example usage.