diff options
-rw-r--r-- | sos/plugins/fibrechannel.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/fibrechannel.py b/sos/plugins/fibrechannel.py index 9a28a3b4..30fc6a54 100644 --- a/sos/plugins/fibrechannel.py +++ b/sos/plugins/fibrechannel.py @@ -26,7 +26,8 @@ class Fibrechannel(Plugin, RedHatPlugin): dirs = [ '/sys/class/fc_host/', '/sys/class/fc_remote_ports/', - '/sys/class/fc_transport/' + '/sys/class/fc_transport/', + '/sys/class/fc_vports/' ] devs = [join(d, dev) for d in dirs if isdir(d) for dev in listdir(d)] |