Skip to content

Commit

Permalink
[block] Capture the scheduler used by all block devices
Browse files Browse the repository at this point in the history
Fixes: sosreport#799

Signed-off-by: Shane Bradley <sbradley@redhat.com>
  • Loading branch information
sbradley7777 authored and Louis Bouchard committed Jul 13, 2016
1 parent 5bb9099 commit 215e168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/plugins/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def setup(self):
"/etc/blkid.tab",
"/run/blkid/blkid.tab",
"/proc/partitions",
"/proc/diskstats"
"/proc/diskstats",
"/sys/block/*/queue/scheduler"
])

if os.path.isdir("/sys/block"):
Expand Down

0 comments on commit 215e168

Please sign in to comment.