diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-04 22:49:24 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-04 22:49:24 +0000 |
commit | 287c61d727ddb59bb9b64f046176fbc8a08f563b (patch) | |
tree | e6a67709a1625a747142c2735a9076cdf72ae892 | |
parent | 60f4bf5812b3da356b1fd69437690aab18c88003 (diff) | |
download | sos-287c61d727ddb59bb9b64f046176fbc8a08f563b.tar.gz |
Collect /etc/multipath in device-mapper module
-rw-r--r-- | sos/plugins/devicemapper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/devicemapper.py b/sos/plugins/devicemapper.py index 128fbd82..022faabe 100644 --- a/sos/plugins/devicemapper.py +++ b/sos/plugins/devicemapper.py @@ -47,6 +47,7 @@ class devicemapper(Plugin, RedHatPlugin): self.addCopySpecs([ "/etc/lvm", + "/etc/multipath/", "/etc/multipath.conf", "/var/lib/multipath/bindings"]) self.collectExtOutput("/sbin/multipath -v4 -ll") |