Skip to content

Commit

Permalink
[scsi] Capture the WWN for disks in the output of lsscsi
Browse files Browse the repository at this point in the history
Capture the WWN for disks via lsscsi.

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill authored and TurboTurtle committed Aug 15, 2024
1 parent fc0aa56 commit 5fca348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/report/plugins/scsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def setup(self):
"lsscsi -H",
"lsscsi -d",
"lsscsi -s",
"lsscsi -L"
"lsscsi -L",
"lsscsi -iw",
])

scsi_hosts = glob("/sys/class/scsi_host/*")
Expand Down

0 comments on commit 5fca348

Please sign in to comment.