Skip to content

Commit 198a956

Browse files
martinkpetersenChristoph Hellwig
authored andcommitted
scsi: blacklist RSOC for Microsoft iSCSI target devices
The Microsoft iSCSI target does not support REPORT SUPPORTED OPERATION CODES. Blacklist these devices so we don't attempt to send the command. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Tested-by: Mike Christie <michaelc@cs.wisc.edu> Reported-by: jazz@deti74.ru Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: stable@vger.kernel.org # v3.10+
1 parent 120bb3e commit 198a956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/scsi_devinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ static struct {
211211
{"Medion", "Flash XL MMC/SD", "2.6D", BLIST_FORCELUN},
212212
{"MegaRAID", "LD", NULL, BLIST_FORCELUN},
213213
{"MICROP", "4110", NULL, BLIST_NOTQ},
214+
{"MSFT", "Virtual HD", NULL, BLIST_NO_RSOC},
214215
{"MYLEX", "DACARMRB", "*", BLIST_REPORTLUN2},
215216
{"nCipher", "Fastness Crypto", NULL, BLIST_FORCELUN},
216217
{"NAKAMICH", "MJ-4.8S", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},

0 commit comments

Comments
 (0)