27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
From: Kurt Garloff <garloff@suse.de>
|
||
|
Subject: Add BLIST_REPORTLUN2 to EMC SYMMETRIX
|
||
|
Patch-mainline: not yet
|
||
|
References: bnc#185164, bnc#191648, bnc#505578
|
||
|
|
||
|
All EMC SYMMETRIX support REPORT_LUNS, even if configured to report
|
||
|
SCSI-2 for whatever reason.
|
||
|
|
||
|
Signed-off-by: Kurt Garloff <garloff@suse.de>
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
||
|
|
||
|
---
|
||
|
drivers/scsi/scsi_devinfo.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/drivers/scsi/scsi_devinfo.c
|
||
|
+++ b/drivers/scsi/scsi_devinfo.c
|
||
|
@@ -159,7 +159,7 @@ static struct {
|
||
|
{"DGC", "RAID", NULL, BLIST_SPARSELUN}, /* Dell PV 650F, storage on LUN 0 */
|
||
|
{"DGC", "DISK", NULL, BLIST_SPARSELUN}, /* Dell PV 650F, no storage on LUN 0 */
|
||
|
{"EMC", "Invista", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
|
||
|
- {"EMC", "SYMMETRIX", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN},
|
||
|
+ {"EMC", "SYMMETRIX", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_REPORTLUN2},
|
||
|
{"EMULEX", "MD21/S2 ESDI", NULL, BLIST_SINGLELUN},
|
||
|
{"easyRAID", "16P", NULL, BLIST_NOREPORTLUN},
|
||
|
{"easyRAID", "X6P", NULL, BLIST_NOREPORTLUN},
|