Skip to main content

Device-mapper multipath

v0.1.2

Inspect 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.

4 allowed by default
Pack ID
multipath
Vendor
emisar
OS
linux
Actions
4
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
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.

on the runner host
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