diff options
author | Mamatha Inamdar <mamatha4@linux.vnet.ibm.com> | 2020-05-20 14:03:58 +0530 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-06-03 11:19:30 -0400 |
commit | 56bfae87ee5e613bb6743026a7285320f19e66d5 (patch) | |
tree | 1b6f8eff7dde2786d445fbace05b11300e35d14c | |
parent | d8aa0a17d94ec08fc899fce3c343f25d19134eb3 (diff) | |
download | sos-56bfae87ee5e613bb6743026a7285320f19e66d5.tar.gz |
[infiniband]:Add support to collect InfiniBand logs
This patch updates Infiniband plugin to collect
InfiniBand switch node information.
Related: #2078
Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | sos/report/plugins/infiniband.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/report/plugins/infiniband.py b/sos/report/plugins/infiniband.py index 83c32791..670f05b6 100644 --- a/sos/report/plugins/infiniband.py +++ b/sos/report/plugins/infiniband.py @@ -33,7 +33,8 @@ class Infiniband(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "ibv_devices", "ibv_devinfo -v", "ibstat", - "ibstatus" + "ibstatus", + "ibswitches" ]) # run below commands for every IB device and its active port |