Skip to content

Commit

Permalink
scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklist
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rosslagerwall authored and martinkpetersen committed Apr 10, 2018
1 parent ccc495e commit 4d42680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_devinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static struct {
{"Medion", "Flash XL MMC/SD", "2.6D", BLIST_FORCELUN},
{"MegaRAID", "LD", NULL, BLIST_FORCELUN},
{"MICROP", "4110", NULL, BLIST_NOTQ},
{"MSFT", "Virtual HD", NULL, BLIST_NO_RSOC},
{"MSFT", "Virtual HD", NULL, BLIST_MAX_1024 | BLIST_NO_RSOC},
{"MYLEX", "DACARMRB", "*", BLIST_REPORTLUN2},
{"nCipher", "Fastness Crypto", NULL, BLIST_FORCELUN},
{"NAKAMICH", "MJ-4.8S", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
Expand Down

0 comments on commit 4d42680

Please sign in to comment.