All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
@ 2021-06-01 17:52 Ewan D. Milne
  2021-06-02  5:45 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Ewan D. Milne @ 2021-06-01 17:52 UTC (permalink / raw)
  To: linux-scsi

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(+)

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},
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
  2021-06-01 17:52 [PATCH] scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V Ewan D. Milne
@ 2021-06-02  5:45 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-06-02  5:45 UTC (permalink / raw)
  To: linux-scsi, Ewan D. Milne; +Cc: Martin K . Petersen

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

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-02  5:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 17:52 [PATCH] scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V Ewan D. Milne
2021-06-02  5:45 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.