aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-09-17 18:11:11 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-09-17 18:11:11 +0100
commit360a5c4e18fbf0e1598227587d5894d4c90b986e (patch)
tree8d4994edbbb1f8c157fd90e154509d13b31213d1
parent87f9b474dc0949300ba0dd18c3395e0b70e254ad (diff)
downloadsos-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.py2
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',)