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/20210601175214.25719-1-emilne@redhat.com
Signed-off-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by Ewan D. Milne and committed by Martin K. Petersen e57f5cd9 2c89e413

Changed files
+1
drivers
+1
drivers/scsi/scsi_devinfo.c
··· 184 184 {"HP", "C3323-300", "4269", BLIST_NOTQ}, 185 185 {"HP", "C5713A", NULL, BLIST_NOREPORTLUN}, 186 186 {"HP", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2}, 187 + {"HPE", "OPEN-", "*", BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES}, 187 188 {"IBM", "AuSaV1S2", NULL, BLIST_FORCELUN}, 188 189 {"IBM", "ProFibre 4000R", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, 189 190 {"IBM", "2105", NULL, BLIST_RETRY_HWERROR},