Skip to content

Commit e57f5cd

Browse files
Ewan D. Milnemartinkpetersen
authored andcommitted
scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
Apparently some arrays are now returning "HPE" as the vendor. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ewan D. Milne <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 2c89e41 commit e57f5cd

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
@@ -184,6 +184,7 @@ static struct {
184184
{"HP", "C3323-300", "4269", BLIST_NOTQ},
185185
{"HP", "C5713A", NULL, BLIST_NOREPORTLUN},
186186
{"HP", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2},
187+
{"HPE", "OPEN-", "*", BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES},
187188
{"IBM", "AuSaV1S2", NULL, BLIST_FORCELUN},
188189
{"IBM", "ProFibre 4000R", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
189190
{"IBM", "2105", NULL, BLIST_RETRY_HWERROR},

0 commit comments

Comments
 (0)