projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3565a3d
)
scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arrays
author
Xose Vazquez Perez
<
[email protected]
>
Thu, 15 Mar 2018 17:32:01 +0000
(18:32 +0100)
committer
Martin K. Petersen
<
[email protected]
>
Wed, 21 Mar 2018 22:34:21 +0000
(18:34 -0400)
"The DISK-SUBSYSTEM is a special model name returned when LUs
are not installed. For example, when LU#0 is not installed in "OPEN-"
models, LU#0 is detected as the DISK-SUBSYSTEM model":
https://marc.info/?l=linux-scsi&m=
125424006417825
It's missing for HP XP rebranded arrays, "HP"/"OPEN-".
Only the HITACHI one is present:
13f7e5acc8b329080672c13f05f252ace5b79825
627511e3e67553b04f6917c03e39b797df210e04
Cc: Anthony Cheung <
[email protected]
>
Cc: Takahiro Yasui <
[email protected]
>
Cc: Matthias Rudolph <
[email protected]
>
Cc: Martin K. Petersen <
[email protected]
>
Cc: James E.J. Bottomley <
[email protected]
>
Cc: SCSI ML <
[email protected]
>
Signed-off-by: Xose Vazquez Perez <
[email protected]
>
Signed-off-by: Martin K. Petersen <
[email protected]
>
drivers/scsi/scsi_devinfo.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_devinfo.c
b/drivers/scsi/scsi_devinfo.c
index f3b117246d47208712faf70d324d11d8f5586f74..4a2d276c42ebf8161995b62004025ee50765b5d7 100644
(file)
--- a/
drivers/scsi/scsi_devinfo.c
+++ b/
drivers/scsi/scsi_devinfo.c
@@
-189,6
+189,7
@@
static struct {
{"HP", "C5713A", NULL, BLIST_NOREPORTLUN},
{"HP", "DF400", "*", BLIST_REPORTLUN2},
{"HP", "DF500", "*", BLIST_REPORTLUN2},
+ {"HP", "DISK-SUBSYSTEM", "*", BLIST_REPORTLUN2},
{"HP", "OP-C-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HP", "3380-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HP", "3390-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},