diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2010-02-18 17:32:03 -0600 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-02-19 10:51:47 -0600 |
commit | cd4a8814d44672bd2c8f04a472121bfbe193809c (patch) | |
tree | b00df9961733f56c57a2ca5a66b4c4309d67645d | |
parent | 35b7f0a76bb4307db7bcf9b73c4accf793cd88fa (diff) | |
download | linux-3.10-cd4a8814d44672bd2c8f04a472121bfbe193809c.tar.gz linux-3.10-cd4a8814d44672bd2c8f04a472121bfbe193809c.tar.bz2 linux-3.10-cd4a8814d44672bd2c8f04a472121bfbe193809c.zip |
[SCSI] scsi_dh_alua: add netapp to dev list
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>
-rw-r--r-- | drivers/scsi/device_handler/scsi_dh_alua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c index 4f0d0138f48..ee372bf5533 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c @@ -717,6 +717,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = { {"IBM", "2145" }, {"Pillar", "Axiom" }, {"Intel", "Multi-Flex"}, + {"NETAPP", "LUN"}, {NULL, NULL} }; |