diff options
author | Shane Bradley <sbradley@redhat.com> | 2016-04-11 10:30:00 -0400 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2016-06-03 15:13:55 +0100 |
commit | 00d9f31d19518661fafd80f03b3f1598a14b08ef (patch) | |
tree | 37328b40559a30e228481d776b6da9f36f62dee7 | |
parent | 6c8147ca297937e0b7b1407bafb7f2548b7a3e12 (diff) | |
download | sos-00d9f31d19518661fafd80f03b3f1598a14b08ef.tar.gz |
[block] Capture the scheduler used by all block devices
Fixes: #799
Signed-off-by: Shane Bradley <sbradley@redhat.com>
-rw-r--r-- | sos/plugins/block.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/block.py b/sos/plugins/block.py index 6375d61a..61f6cbc4 100644 --- a/sos/plugins/block.py +++ b/sos/plugins/block.py @@ -37,7 +37,8 @@ class Block(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "/etc/blkid.tab", "/run/blkid/blkid.tab", "/proc/partitions", - "/proc/diskstats" + "/proc/diskstats", + "/sys/block/*/queue/scheduler" ]) if os.path.isdir("/sys/block"): |