diff options
-rw-r--r-- | sos/plugins/multipath.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/multipath.py b/sos/plugins/multipath.py index 22fe16c3..7d615788 100644 --- a/sos/plugins/multipath.py +++ b/sos/plugins/multipath.py @@ -29,7 +29,8 @@ class Multipath(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): ]) self.add_cmd_output([ "multipath -l", - "multipath -v4 -ll" + "multipath -v4 -ll", + "multipathd show config" ]) |