diff options
author | Ilgu Hong <ilgu.hong@promise.com> | 2011-01-05 16:00:23 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-01-24 12:13:37 -0500 |
commit | a3b1eff70b35a8e3679ae8cd928a222fa38022c0 (patch) | |
tree | ac0dfdd2efcce4e9fcaeb3fcd14519eba34b8754 | |
parent | 9349923d3f83bea1ba287a851c3f6737c6513039 (diff) |
[SCSI] scsi_dh_alua: Add Promise VTrak to dev list
Adds Promise VTrak devices to the ALUA device handler.
Signed-off-by: Ilgu Hong <ilgu.hong@promise.com>
Signed-off-by: Joseph Gruher <joseph.r.gruher@intel.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
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 9bd2c8a69a4..c1fd09d693f 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c | |||
@@ -733,6 +733,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = { | |||
733 | {"Intel", "Multi-Flex"}, | 733 | {"Intel", "Multi-Flex"}, |
734 | {"NETAPP", "LUN"}, | 734 | {"NETAPP", "LUN"}, |
735 | {"AIX", "NVDISK"}, | 735 | {"AIX", "NVDISK"}, |
736 | {"Promise", "VTrak"}, | ||
736 | {NULL, NULL} | 737 | {NULL, NULL} |
737 | }; | 738 | }; |
738 | 739 | ||