Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd4a8814 authored by Mike Christie's avatar Mike Christie Committed by James Bottomley
Browse files

[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: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 35b7f0a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -717,6 +717,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
	{"IBM", "2145" },
	{"IBM", "2145" },
	{"Pillar", "Axiom" },
	{"Pillar", "Axiom" },
	{"Intel", "Multi-Flex"},
	{"Intel", "Multi-Flex"},
	{"NETAPP", "LUN"},
	{NULL, NULL}
	{NULL, NULL}
};
};