diff options
-rw-r--r-- | sos/plugins/omsa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/omsa.py b/sos/plugins/omsa.py index fa825c84..132e2051 100644 --- a/sos/plugins/omsa.py +++ b/sos/plugins/omsa.py @@ -48,7 +48,7 @@ class omsa(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "{0} system events".format(self.omreport), "{0} chassis info".format(self.omreport), "{0} chassis biossetup".format(self.omreport), - "{0} chassis summary".format(self.omreport), + "{0} storage controller".format(self.omreport), ], timeout=30) # vim: et ts=4 sw=4 |