From 360a5c4e18fbf0e1598227587d5894d4c90b986e Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 17 Sep 2014 18:11:11 +0100 Subject: [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 --- sos/plugins/keyutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',) -- cgit