diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:35:18 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:17:59 +0000 |
commit | 46558ac2903e99bde1a29b1ff1c3a8352ce0228a (patch) | |
tree | 32dc9eae34a935f9050084ac18a2c45fc39d6ff8 | |
parent | 22b0ceee821a15a3174a7103f4c57e583aff914e (diff) | |
download | sos-46558ac2903e99bde1a29b1ff1c3a8352ce0228a.tar.gz |
[block] add missing files and verify_packages lists
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/block.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/block.py b/sos/plugins/block.py index c2fcb0e9..f153917c 100644 --- a/sos/plugins/block.py +++ b/sos/plugins/block.py @@ -22,6 +22,8 @@ class Block(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = 'block' profiles = ('storage', 'hardware') + verify_packages = ('util-linux',) + files = ('/sys/block',) def setup(self): self.add_cmd_output([ |