Message ID | 20210601175214.25719-1-emilne@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V | expand |
On Tue, 1 Jun 2021 13:52:14 -0400, Ewan D. Milne wrote:
> Apparently some arrays are now returning "HPE" as the vendor.
Applied to 5.13/scsi-fixes, thanks!
[1/1] scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
https://git.kernel.org/mkp/scsi/c/e57f5cd99ca6
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index d92cec1..d33355a 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c @@ -184,6 +184,7 @@ static struct { {"HP", "C3323-300", "4269", BLIST_NOTQ}, {"HP", "C5713A", NULL, BLIST_NOREPORTLUN}, {"HP", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2}, + {"HPE", "OPEN-", "*", BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES}, {"IBM", "AuSaV1S2", NULL, BLIST_FORCELUN}, {"IBM", "ProFibre 4000R", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, {"IBM", "2105", NULL, BLIST_RETRY_HWERROR},
Apparently some arrays are now returning "HPE" as the vendor. Signed-off-by: Ewan D. Milne <emilne@redhat.com> --- drivers/scsi/scsi_devinfo.c | 1 + 1 file changed, 1 insertion(+)