aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2012-12-04 22:49:24 +0000
committerBryn M. Reeves <bmr@redhat.com>2012-12-04 22:49:24 +0000
commit287c61d727ddb59bb9b64f046176fbc8a08f563b (patch)
treee6a67709a1625a747142c2735a9076cdf72ae892
parent60f4bf5812b3da356b1fd69437690aab18c88003 (diff)
downloadsos-287c61d727ddb59bb9b64f046176fbc8a08f563b.tar.gz
Collect /etc/multipath in device-mapper module
-rw-r--r--sos/plugins/devicemapper.py1
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")