diff options
-rw-r--r-- | sos/plugins/multipath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/multipath.py b/sos/plugins/multipath.py index 5fdb67ca..a3a67e35 100644 --- a/sos/plugins/multipath.py +++ b/sos/plugins/multipath.py @@ -24,6 +24,7 @@ class Multipath(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): self.add_cmd_output([ "multipath -ll", "multipath -v4 -ll", + "multipath -t", "multipathd show config" ]) |