aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/multipath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/multipath.py b/sos/plugins/multipath.py
index 8b170c8c..5fdb67ca 100644
--- a/sos/plugins/multipath.py
+++ b/sos/plugins/multipath.py
@@ -22,7 +22,7 @@ class Multipath(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
"/etc/multipath.conf"
])
self.add_cmd_output([
- "multipath -l",
+ "multipath -ll",
"multipath -v4 -ll",
"multipathd show config"
])