mirror of https://gitee.com/openkylin/linux.git
[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: Yanqing Liu <yanqing_liu@dell.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
b78ded8915
commit
650849d71c
|
@ -588,6 +588,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
|
||||||
{"STK", "OPENstorage D280"},
|
{"STK", "OPENstorage D280"},
|
||||||
{"SUN", "CSM200_R"},
|
{"SUN", "CSM200_R"},
|
||||||
{"SUN", "LCSM100_F"},
|
{"SUN", "LCSM100_F"},
|
||||||
|
{"DELL", "MD3000"},
|
||||||
|
{"DELL", "MD3000i"},
|
||||||
{NULL, NULL},
|
{NULL, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue