[SCSI] scsi_dh_alua: Add Promise VTrak to dev list
authorIlgu Hong <ilgu.hong@promise.com>
Wed, 5 Jan 2011 21:00:23 +0000 (16:00 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 24 Jan 2011 17:13:37 +0000 (11:13 -0600)
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>
drivers/scsi/device_handler/scsi_dh_alua.c

index 9bd2c8a..c1fd09d 100644 (file)
@@ -733,6 +733,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
        {"Intel", "Multi-Flex"},
        {"NETAPP", "LUN"},
        {"AIX", "NVDISK"},
+       {"Promise", "VTrak"},
        {NULL, NULL}
 };