diff options
-rw-r--r-- | sos/plugins/powerpath.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |