Skip to content

Commit 37b37d2

Browse files
xosevpmartinkpetersen
authored andcommitted
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 3520477 ("[SCSI] scsi_dh_rdac : Consolidate rdac strings together") [mkp: fixed up the new entries to align with rest of struct] Cc: NetApp RDAC team <[email protected]> Cc: Hannes Reinecke <[email protected]> Cc: James E.J. Bottomley <[email protected]> Cc: Martin K. Petersen <[email protected]> Cc: SCSI ML <[email protected]> Cc: DM ML <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent b15578d commit 37b37d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/scsi/scsi_dh.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ static const struct scsi_dh_blist scsi_dh_blist[] = {
5858
{"IBM", "3526", "rdac", },
5959
{"IBM", "3542", "rdac", },
6060
{"IBM", "3552", "rdac", },
61-
{"SGI", "TP9", "rdac", },
61+
{"SGI", "TP9300", "rdac", },
62+
{"SGI", "TP9400", "rdac", },
63+
{"SGI", "TP9500", "rdac", },
64+
{"SGI", "TP9700", "rdac", },
6265
{"SGI", "IS", "rdac", },
6366
{"STK", "OPENstorage", "rdac", },
6467
{"STK", "FLEXLINE 380", "rdac", },

0 commit comments

Comments
 (0)