[SCSI] 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)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 19 Feb 2010 16:51:47 +0000 (10:51 -0600)
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>
drivers/scsi/device_handler/scsi_dh_alua.c

index 4f0d013..ee372bf 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}
 };