]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
scsi_dh_alua: add netapp to dev list
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 18 Feb 2010 23:32:03 +0000 (17:32 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Mar 2011 14:46:43 +0000 (09:46 -0500)
commit cd4a8814d44672bd2c8f04a472121bfbe193809c upstream.

Newer Netapp target software supports ALUA, so
this patch adds them to the scsi_dev_alua dev list.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
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 b5cdefaf260820094067b8afd943ec6a6aba7f9d..17577d192dacef8ce078d0f1414c1da2f9cdc2b3 100644 (file)
@@ -701,6 +701,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
        {"IBM", "2145" },
        {"Pillar", "Axiom" },
        {"Intel", "Multi-Flex"},
+       {"NETAPP", "LUN"},
        {NULL, NULL}
 };