From 7ea55338417e7d60bd67ca7788ecabfc5da47b56 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 1 Feb 2018 11:35:12 -0500 Subject: [powerpath] Check for kernel module to enable plugin Changes the enablement for the powerpath plugin to first check for any of the EMC kernel modules associated with powerpath. If none are present, still check for the presence of the EMCpower package. Resolves: #1215 Signed-off-by: Jake Hunsaker Signed-off-by: Bryn M. Reeves --- sos/plugins/powerpath.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/plugins/powerpath.py b/sos/plugins/powerpath.py index fd93b233..e941f5d4 100644 --- a/sos/plugins/powerpath.py +++ b/sos/plugins/powerpath.py @@ -24,6 +24,7 @@ class PowerPath(Plugin, RedHatPlugin): plugin_name = 'powerpath' profiles = ('storage', 'hardware') packages = ('EMCpower',) + kernel_mods = ('emcp', 'emcpdm', 'emcpgpx', 'emcpmpx') def get_pp_files(self): """ EMC PowerPath specific information - files -- cgit