Blame SOURCES/sos-bz1299603-omsa-chassis-summary-storage-controller.patch

69a90f
From 6cda8aa3305695133df8dfb12405670953cd8df7 Mon Sep 17 00:00:00 2001
69a90f
From: Pavel Moravec <pmoravec@redhat.com>
69a90f
Date: Fri, 19 Aug 2016 23:18:26 +0200
69a90f
Subject: [PATCH] [omsa] add omreport storage controller
69a90f
69a90f
Collect "omreport storage controller".
69a90f
69a90f
Do not collect "omreport chassis summary" as it is invalid command.
69a90f
69a90f
Resolves: #868.
69a90f
69a90f
Signed-off-by: Charles Rose <charles_rose@dell.com>
69a90f
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
69a90f
---
69a90f
 sos/plugins/omsa.py | 2 +-
69a90f
 1 file changed, 1 insertion(+), 1 deletion(-)
69a90f
69a90f
diff --git a/sos/plugins/omsa.py b/sos/plugins/omsa.py
69a90f
index fa825c8..132e205 100644
69a90f
--- a/sos/plugins/omsa.py
69a90f
+++ b/sos/plugins/omsa.py
69a90f
@@ -48,7 +48,7 @@ class omsa(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
69a90f
             "{0} system events".format(self.omreport),
69a90f
             "{0} chassis info".format(self.omreport),
69a90f
             "{0} chassis biossetup".format(self.omreport),
69a90f
-            "{0} chassis summary".format(self.omreport),
69a90f
+            "{0} storage controller".format(self.omreport),
69a90f
         ], timeout=30)
69a90f
 
69a90f
 # vim: et ts=4 sw=4
69a90f
-- 
69a90f
2.4.11
69a90f