aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2017-03-27 17:50:47 +0100
committerBryn M. Reeves <bmr@redhat.com>2017-03-27 17:50:47 +0100
commit9798e63fc1e7bfd0f75af328affd6336c37ea893 (patch)
tree5613110f34b940a8539b32e1f77c5290e6b16747
parent44ff28c16043b5aebdbaa5d7c2f0c98bb740bab8 (diff)
downloadsos-9798e63fc1e7bfd0f75af328affd6336c37ea893.tar.gz
[powerpc] add diag_encl command output to sosreport
This patch enables sosreport to collect "diag_encl -v" command output. Signed-off-by: Mukesh Ojha <mukesh02 linux vnet ibm com> Signed-off-by: Ankit Kumar <ankit linux vnet ibm com> Tested-by: Mukesh Ojha <mukesh02 linux vnet ibm com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/powerpc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/powerpc.py b/sos/plugins/powerpc.py
index 517175ca..a4c92d0b 100644
--- a/sos/plugins/powerpc.py
+++ b/sos/plugins/powerpc.py
@@ -56,7 +56,8 @@ class PowerPC(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin):
"ppc64_cpu --cores-on",
"ppc64_cpu --run-mode",
"ppc64_cpu --frequency",
- "ppc64_cpu --dscr"
+ "ppc64_cpu --dscr",
+ "diag_encl -v"
])
if ispSeries: