diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-09-17 18:11:11 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-09-17 18:11:11 +0100 |
commit | 360a5c4e18fbf0e1598227587d5894d4c90b986e (patch) | |
tree | 8d4994edbbb1f8c157fd90e154509d13b31213d1 | |
parent | 87f9b474dc0949300ba0dd18c3395e0b70e254ad (diff) | |
download | sos-360a5c4e18fbf0e1598227587d5894d4c90b986e.tar.gz |
[keyutils] add to the storage profile
Since keyutils is used by several storage components (NFS idmap
service, cifs) add it to the 'storage' profile.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/keyutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/keyutils.py b/sos/plugins/keyutils.py index cf59db00..03db1fd0 100644 --- a/sos/plugins/keyutils.py +++ b/sos/plugins/keyutils.py @@ -21,7 +21,7 @@ class Keyutils(Plugin, RedHatPlugin): """ plugin_name = 'keyutils' - profiles = ('system', 'kernel', 'security',) + profiles = ('system', 'kernel', 'security', 'storage') packages = ('keyutils',) |