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

Commit 22963a37 authored by Brian King's avatar Brian King Committed by James Bottomley
Browse files

[SCSI] scsi_dh_alua: Add IBM Power Virtual SCSI ALUA device to dev list



Adds IBM Power Virtual SCSI ALUA devices to the ALUA device handler.

Signed-off-by: default avatarBrian King <brking@linux.vnet.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent cd4a8814
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -718,6 +718,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
	{"Pillar", "Axiom" },
	{"Pillar", "Axiom" },
	{"Intel", "Multi-Flex"},
	{"Intel", "Multi-Flex"},
	{"NETAPP", "LUN"},
	{"NETAPP", "LUN"},
	{"AIX", "NVDISK"},
	{NULL, NULL}
	{NULL, NULL}
};
};