浏览代码

[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>
Mike Christie 15 年之前
父节点
当前提交
cd4a8814d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/device_handler/scsi_dh_alua.c

+ 1 - 0
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}
 };