Skip to content

Commit 4d42680

Browse files
rosslagerwallmartinkpetersen
authored andcommitted
scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklist
The Windows Server 2016 iSCSI target doesn't work with the Linux kernel initiator since the kernel started sending larger requests by default, nor does it implement the block limits VPD page. Apply the sector limit workaround for these targets. Signed-off-by: Ross Lagerwall <[email protected]> Acked-by: KY Srinivasan <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent ccc495e commit 4d42680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/scsi_devinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static struct {
202202
{"Medion", "Flash XL MMC/SD", "2.6D", BLIST_FORCELUN},
203203
{"MegaRAID", "LD", NULL, BLIST_FORCELUN},
204204
{"MICROP", "4110", NULL, BLIST_NOTQ},
205-
{"MSFT", "Virtual HD", NULL, BLIST_NO_RSOC},
205+
{"MSFT", "Virtual HD", NULL, BLIST_MAX_1024 | BLIST_NO_RSOC},
206206
{"MYLEX", "DACARMRB", "*", BLIST_REPORTLUN2},
207207
{"nCipher", "Fastness Crypto", NULL, BLIST_FORCELUN},
208208
{"NAKAMICH", "MJ-4.8S", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},

0 commit comments

Comments
 (0)