]> 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>
Mon, 21 Mar 2011 19:45:08 +0000 (12:45 -0700)
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 4f0d0138f48b8af3533b28390ef818567fb24d54..ee372bf5533274a8b737c0cf8b2801abaf35ba1d 100644 (file)
@@ -717,6 +717,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
        {"IBM", "2145" },
        {"Pillar", "Axiom" },
        {"Intel", "Multi-Flex"},
+       {"NETAPP", "LUN"},
        {NULL, NULL}
 };