diff mbox

libmultipath/twable.c: Add default config for Sun StorageTek 2500 and 2530

Message ID Pine.LNX.4.64.0908261844200.21130@e-smith.charlieb.ott.istop.com (mailing list archive)
State Accepted, archived
Delegated to: christophe varoqui
Headers show

Commit Message

Charlie Brady Aug. 26, 2009, 10:45 p.m. UTC
Signed-off-by: Charlie Brady <charlieb@budge.apana.org.au>


--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Comments

Chandra Seetharaman Aug. 26, 2009, 10:55 p.m. UTC | #1
Acked-by: Chandra Seetharaman <sekharan@us.ibm.com>

On Wed, 2009-08-26 at 18:45 -0400, Charlie Brady wrote:
> Signed-off-by: Charlie Brady <charlieb@budge.apana.org.au>
> 
> --- libmultipath/hwtable.c.orig	2009-08-26 18:30:55.000000000 -0400
> +++ libmultipath/hwtable.c	2009-08-26 18:31:52.000000000 -0400
> @@ -878,10 +878,10 @@
>   		.checker_name  = RDAC,
>   		.prio_name     = PRIO_RDAC,
>   	},
> -	/* SUN/LSI 2510, 2540 */
> +	/* SUN/LSI 2500, 2510, 2530, 2540 */
>   	{
>   		.vendor        = "SUN",
> -		.product       = "LCSM100_[IF]",
> +		.product       = "LCSM100_[IEFS]",
>   		.getuid        = DEFAULT_GETUID,
>   		.features      = DEFAULT_FEATURES,
>   		.hwhandler     = "1 rdac",
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox

Patch

--- libmultipath/hwtable.c.orig	2009-08-26 18:30:55.000000000 -0400
+++ libmultipath/hwtable.c	2009-08-26 18:31:52.000000000 -0400
@@ -878,10 +878,10 @@ 
  		.checker_name  = RDAC,
  		.prio_name     = PRIO_RDAC,
  	},
-	/* SUN/LSI 2510, 2540 */
+	/* SUN/LSI 2500, 2510, 2530, 2540 */
  	{
  		.vendor        = "SUN",
-		.product       = "LCSM100_[IF]",
+		.product       = "LCSM100_[IEFS]",
  		.getuid        = DEFAULT_GETUID,
  		.features      = DEFAULT_FEATURES,
  		.hwhandler     = "1 rdac",