Commit 0acbae9a authored by Brian King's avatar Brian King Committed by Greg Kroah-Hartman

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

commit 22963a37 upstream.

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>
Cc: maximilian attems <max@stro.at>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7425fdac
...@@ -702,6 +702,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = { ...@@ -702,6 +702,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}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment