Skip to content

Commit 1cb1d2c

Browse files
xosevpmartinkpetersen
authored andcommitted
scsi: core: add new RDAC LENOVO/DE_Series device
Blacklist "Universal Xport" LUN. It's used for in-band storage array management. Also add model to the rdac dh family. Cc: Martin Wilck <mwilck@suse.com> Cc: Hannes Reinecke <hare@suse.de> Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@netapp.com> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com> Cc: James E.J. Bottomley <jejb@linux.vnet.ibm.com> Cc: Martin K. Petersen <martin.petersen@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: DM ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Reviewed-by: Martin Wilck <mwilck@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 872e192 commit 1cb1d2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/scsi/scsi_devinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ static struct {
238238
{"NETAPP", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
239239
{"LSI", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
240240
{"ENGENIO", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
241+
{"LENOVO", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
241242
{"SMSC", "USB 2 HS-CF", NULL, BLIST_SPARSELUN | BLIST_INQUIRY_36},
242243
{"SONY", "CD-ROM CDU-8001", NULL, BLIST_BORKEN},
243244
{"SONY", "TSL", NULL, BLIST_FORCELUN}, /* DDS3 & DDS4 autoloaders */

drivers/scsi/scsi_dh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ static const struct scsi_dh_blist scsi_dh_blist[] = {
7575
{"NETAPP", "INF-01-00", "rdac", },
7676
{"LSI", "INF-01-00", "rdac", },
7777
{"ENGENIO", "INF-01-00", "rdac", },
78+
{"LENOVO", "DE_Series", "rdac", },
7879
{NULL, NULL, NULL },
7980
};
8081

0 commit comments

Comments
 (0)