From e832d53c4192c385bf477e61da37ccb7397499b7 Mon Sep 17 00:00:00 2001 From: RanjithML Date: Mon, 22 May 2017 10:23:10 +0530 Subject: [scsi] scsi address mapping with scsi device name Collect scsi device name mapping with scsi "H C T L" address. Currently sg_map collect mapping information about sg device name and scsi address. "sg_map -x" collect scsi device name mapping with sg device name and scsi address. Fixes: #1014 Signed-off-by: RanjithML ranjithml@gmail.com Signed-off-by: Bryn M. Reeves --- sos/plugins/scsi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/scsi.py b/sos/plugins/scsi.py index 23c57883..89968b24 100644 --- a/sos/plugins/scsi.py +++ b/sos/plugins/scsi.py @@ -35,7 +35,7 @@ class Scsi(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin): self.add_cmd_output([ "lsscsi", - "sg_map" + "sg_map -x" ]) # vim: set et ts=4 sw=4 : -- cgit