Browse Source

[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: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Brian King 15 năm trước cách đây
mục cha
commit
22963a37b3

+ 1 - 0
drivers/scsi/device_handler/scsi_dh_alua.c

@@ -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}
 };
 };