aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2011-02-24 09:20:00 +0000
committerBryn M. Reeves <bmr@redhat.com>2011-02-24 09:20:00 +0000
commitfab2d3de5351c7c6c4048d8d6b924b1bc7d65c6e (patch)
treea2c14bd0bb04b049a1c68626c1aa2a13d75a0b19
parent2e60cf86bff73964174e94b6a77406178619622a (diff)
downloadsos-fab2d3de5351c7c6c4048d8d6b924b1bc7d65c6e.tar.gz
Collect lsblk output in filesys.pysos-2.2-6.el6
Resolves: bz679433
-rw-r--r--sos/plugins/filesys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/filesys.py b/sos/plugins/filesys.py
index 28007e1c..daba1afa 100644
--- a/sos/plugins/filesys.py
+++ b/sos/plugins/filesys.py
@@ -37,6 +37,7 @@ class filesys(sos.plugintools.PluginBase):
if self.getOption('lsof'):
self.collectExtOutput("/usr/sbin/lsof -b +M -n -l -P", root_symlink = "lsof")
self.collectExtOutput("/sbin/blkid -c /dev/null")
+ self.collectExtOutput("/bin/lsblk")
part_titlep = re.compile("^major")
blankp = re.compile("^$")