aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2011-02-24 09:15:00 +0000
committerBryn M. Reeves <bmr@redhat.com>2011-02-24 09:15:00 +0000
commit2e60cf86bff73964174e94b6a77406178619622a (patch)
treec9a5e021fec72bea9e63c5db45ee2bbf274bc28d
parent3a129119fe0c70ea7f09aa4dc06dbaeccdab9790 (diff)
downloadsos-2e60cf86bff73964174e94b6a77406178619622a.tar.gz
Collect dmsetup ls --tree output in devicemapper.py
Resolves: bz675559
-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 d1795352..70044cfe 100644
--- a/sos/plugins/devicemapper.py
+++ b/sos/plugins/devicemapper.py
@@ -32,6 +32,7 @@ class devicemapper(sos.plugintools.PluginBase):
self.collectExtOutput("/sbin/dmsetup info -c")
self.collectExtOutput("/sbin/dmsetup table")
self.collectExtOutput("/sbin/dmsetup status")
+ self.collectExtOutput("/sbin/dmsetup ls --tree")
self.collectExtOutput("/usr/sbin/vgdisplay -vv", root_symlink = "vgdisplay")
self.collectExtOutput("/usr/sbin/vgscan -vvv")