Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: scsi_dh: replace too broad "TP9" string with the exact models

SGI/TP9100 is not an RDAC array:
^^^
https://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=blob;f=libmultipath/hwtable.c;h=88b4700beb1d8940008020fbe4c3cd97d62f4a56;hb=HEAD#l235

This partially reverts commit 35204772ea03 ("[SCSI] scsi_dh_rdac :
Consolidate rdac strings together")

[mkp: fixed up the new entries to align with rest of struct]

Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@netapp.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: James E.J. Bottomley <jejb@linux.vnet.ibm.com>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: SCSI ML <linux-scsi@vger.kernel.org>
Cc: DM ML <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Xose Vazquez Perez and committed by
Martin K. Petersen
37b37d26 b15578dd

+4 -1
+4 -1
drivers/scsi/scsi_dh.c
··· 58 58 {"IBM", "3526", "rdac", }, 59 59 {"IBM", "3542", "rdac", }, 60 60 {"IBM", "3552", "rdac", }, 61 - {"SGI", "TP9", "rdac", }, 61 + {"SGI", "TP9300", "rdac", }, 62 + {"SGI", "TP9400", "rdac", }, 63 + {"SGI", "TP9500", "rdac", }, 64 + {"SGI", "TP9700", "rdac", }, 62 65 {"SGI", "IS", "rdac", }, 63 66 {"STK", "OPENstorage", "rdac", }, 64 67 {"STK", "FLEXLINE 380", "rdac", },