[PATCH 2/2] scsi:iscsi_tcp:Do not skip lun inquiry returns PQ=1

From: Wenchao Hao
Date: Wed Dec 14 2022 - 02:09:35 EST


When luns inquiry return PQ=1, do not skip this lun and try to
map these luns to an sg device.

Signed-off-by: Wenchao Hao <haowenchao@xxxxxxxxxx>
---
drivers/scsi/iscsi_tcp.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
index 5fb1f364e815..316e2e17c72d 100644
--- a/drivers/scsi/iscsi_tcp.c
+++ b/drivers/scsi/iscsi_tcp.c
@@ -941,6 +941,7 @@ iscsi_sw_tcp_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max,
shost->max_id = 0;
shost->max_channel = 0;
shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE;
+ shost->no_skip_pq1 = 1;

rc = iscsi_host_get_max_scsi_cmds(shost, cmds_max);
if (rc < 0)
--
2.32.0