Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 650849d7 authored by Yanqing_Liu@Dell.com's avatar Yanqing_Liu@Dell.com Committed by James Bottomley
Browse files

[SCSI] scsi_dh: add Dell product information into rdac device handler



Add Dell Powervault storage arrays into device list of rdac device
handler.

Signed-off-by: default avatarYanqing Liu <yanqing_liu@dell.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent b78ded89
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -588,6 +588,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
	{"STK", "OPENstorage D280"},
	{"SUN", "CSM200_R"},
	{"SUN", "LCSM100_F"},
	{"DELL", "MD3000"},
	{"DELL", "MD3000i"},
	{NULL, NULL},
};