diff options
author | Mike Snitzer <snitzer@redhat.com> | 2011-01-05 16:00:24 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-01-24 12:13:48 -0500 |
commit | 5fd1062fdfde39bbc0092ce91e7eedee1007eb96 (patch) | |
tree | b7e1196fa1d1c3c65dfb78d91611d343d252113e /drivers/scsi/device_handler | |
parent | a3b1eff70b35a8e3679ae8cd928a222fa38022c0 (diff) |
[SCSI] scsi_dh_alua: add scalable ONTAP lun to dev list
Currently NetApp's VID/PID details in the INQUIRY response shows up as
'NETAPP' and 'LUN'. With upcoming scalable SAN ONTAP version on NetApp
controllers, the PID entry alone is being modified to 'LUN C-Mode' (to
distinguish current ONTAP LUNs from scalable ONTAP LUNs).
'LUN' would still suffice for matching 'LUN C-Mode' but best to
explicitly add these new NetApp LUNs to the device list.
Reported-by: Martin George <marting@netapp.com>
Acked-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/device_handler')
-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 c1fd09d693f4..5b6f9ab10d7a 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c | |||
@@ -732,6 +732,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = { | |||
732 | {"Pillar", "Axiom" }, | 732 | {"Pillar", "Axiom" }, |
733 | {"Intel", "Multi-Flex"}, | 733 | {"Intel", "Multi-Flex"}, |
734 | {"NETAPP", "LUN"}, | 734 | {"NETAPP", "LUN"}, |
735 | {"NETAPP", "LUN C-Mode"}, | ||
735 | {"AIX", "NVDISK"}, | 736 | {"AIX", "NVDISK"}, |
736 | {"Promise", "VTrak"}, | 737 | {"Promise", "VTrak"}, |
737 | {NULL, NULL} | 738 | {NULL, NULL} |