瀏覽代碼

[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>
Ilgu Hong 14 年之前
父節點
當前提交
a3b1eff70b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/device_handler/scsi_dh_alua.c

+ 1 - 0
drivers/scsi/device_handler/scsi_dh_alua.c

@@ -733,6 +733,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
 	{"Intel", "Multi-Flex"},
 	{"Intel", "Multi-Flex"},
 	{"NETAPP", "LUN"},
 	{"NETAPP", "LUN"},
 	{"AIX", "NVDISK"},
 	{"AIX", "NVDISK"},
+	{"Promise", "VTrak"},
 	{NULL, NULL}
 	{NULL, NULL}
 };
 };