Skip to content

Commit 5fca348

Browse files
jcastillTurboTurtle
authored andcommitted
[scsi] Capture the WWN for disks in the output of lsscsi
Capture the WWN for disks via lsscsi. Signed-off-by: Jose Castillo <jcastillo@redhat.com>
1 parent fc0aa56 commit 5fca348

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sos/report/plugins/scsi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def setup(self):
5858
"lsscsi -H",
5959
"lsscsi -d",
6060
"lsscsi -s",
61-
"lsscsi -L"
61+
"lsscsi -L",
62+
"lsscsi -iw",
6263
])
6364

6465
scsi_hosts = glob("/sys/class/scsi_host/*")

0 commit comments

Comments
 (0)