]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[SCSI] scsi_dh_alua: Add IBM Power Virtual SCSI ALUA device to dev list
authorBrian King <brking@linux.vnet.ibm.com>
Fri, 19 Feb 2010 16:08:31 +0000 (10:08 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 19 Feb 2010 16:52:54 +0000 (10:52 -0600)
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>
drivers/scsi/device_handler/scsi_dh_alua.c

index ee372bf5533274a8b737c0cf8b2801abaf35ba1d..bc9e94f5915e1227a14262b907f14858711c134b 100644 (file)
@@ -718,6 +718,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
        {"Pillar", "Axiom" },
        {"Intel", "Multi-Flex"},
        {"NETAPP", "LUN"},
+       {"AIX", "NVDISK"},
        {NULL, NULL}
 };