Reconnecting
Restoring connection…
Reconnecting
Restoring connection…
Device-mapper multipath
v0.1.2Inspect device-mapper multipath: the multipath topology (multipath -ll), the effective config (multipath -t), and live path + map state queried from the running multipathd. Read-only.
multipath
multipathd
Install
emisar pack install
fetches this pack, re-validates it, and verifies its content hash against the
--hash
below — the exact bytes this page was rendered against, so a tampered copy is
rejected — before copying it into the runner's packs dir. The command reloads a
running daemon itself; no manual restart.
sudo emisar pack install multipath --hash sha256:11418e0a098f4d67f2b961d17fbaeab15b71110f95865f7a176fdc02e4fc1223
Actions 4 total
View on GitHub-
multipath.config exec low
multipath -t
Show effective multipathd configuration (merged built-in defaults + multipath.conf).
View source on GitHub -
multipath.daemon_maps exec low
multipathd show maps
List multipath maps from the running multipathd (name, wwid, path count, queueing state).
View source on GitHub -
multipath.daemon_paths exec low
multipathd show paths
Show per-path state from the running multipathd (dev, dm state, path checker, latency).
View source on GitHub -
multipath.topology exec low
multipath -ll
Show full multipath topology — each multipath device (wwid, alias, vendor/product), its path groups, and per-path state (active/enabled, dm status, path checker result).
View source on GitHub