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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Mar 2011 14:46:43 +0000 (09:46 -0500)
commit 22963a37b3437a25812cc856afa5a84ad4a3f541 upstream.

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>
Cc: maximilian attems <max@stro.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/device_handler/scsi_dh_alua.c

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