diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2022-04-29 09:14:20 +0200 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-05-04 11:09:11 -0400 |
commit | 05b26bb437c62c1b5586be1e74d41b36f4a8803b (patch) | |
tree | d6415486d65e4658010291a0555fce855296594d | |
parent | caabbe5cfd28cedb34e92f4cee7dfaad5fdff3e9 (diff) | |
download | sos-05b26bb437c62c1b5586be1e74d41b36f4a8803b.tar.gz |
[fibrechannel] collect Cisco fnic statistics
Collect /sys/kernel/debug/fnic statistics about Cisco UCS fibre channel
fNIC connection.
Resolves: #2926
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r-- | sos/report/plugins/fibrechannel.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/report/plugins/fibrechannel.py b/sos/report/plugins/fibrechannel.py index b1356c3c..4e24d0d8 100644 --- a/sos/report/plugins/fibrechannel.py +++ b/sos/report/plugins/fibrechannel.py @@ -24,7 +24,8 @@ class Fibrechannel(Plugin, RedHatPlugin): # vendor specific debug paths debug_paths = [ - '/sys/kernel/debug/qla2*/' + '/sys/kernel/debug/qla2*/', + '/sys/kernel/debug/fnic/', ] def setup(self): |