diff options
author | Mamatha Inamdar <mamatha4@linux.vnet.ibm.com> | 2021-04-19 16:55:52 +0530 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-05-11 16:17:33 -0400 |
commit | 60105e0705f3483b9a3e8e98dafd6f0e1e277ab7 (patch) | |
tree | 0929792f7f3ef9a6b05b73dc92cc6a04758200d6 | |
parent | c998ea8c1c950586f91fc9728ee66590740968a5 (diff) | |
download | sos-60105e0705f3483b9a3e8e98dafd6f0e1e277ab7.tar.gz |
[block]:Patch to update block pluging to collect disk info
This patch is to update block plugin to collect
state of sda
Resolves: #2504
Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
-rw-r--r-- | sos/report/plugins/block.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/block.py b/sos/report/plugins/block.py index f93b3231..c959d667 100644 --- a/sos/report/plugins/block.py +++ b/sos/report/plugins/block.py @@ -41,6 +41,7 @@ class Block(Plugin, IndependentPlugin): "/sys/block/*/queue/", "/sys/block/sd*/device/timeout", "/sys/block/hd*/device/timeout", + "/sys/block/sd*/device/state", ]) cmds = [ |