diff mbox

scsi_dh_rdac: Add support for Sun StorageTek ST2500, ST2510 and ST2530

Message ID Pine.LNX.4.64.0908261411370.13027@e-smith.charlieb.ott.istop.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Charlie Brady Aug. 26, 2009, 6:16 p.m. UTC
[Re-submit - ST2500 added.]

These storage arrays can use RDAC when configured with 'linux' as the 
initiator.

http://www.sun.com/storage/disk_systems/workgroup/2500/
http://www.sun.com/storage/disk_systems/workgroup/2510/
http://www.sun.com/storage/disk_systems/workgroup/2530/

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

babu moger Aug. 26, 2009, 7:21 p.m. UTC | #1
I have verified the VID/PID strings. They are fine..

Reviewed-by: Babu Moger <babu.moger@lsi.com>

> -----Original Message-----
> From: linux-scsi-owner@vger.kernel.org [mailto:linux-scsi-
> owner@vger.kernel.org] On Behalf Of Charlie Brady
> Sent: Wednesday, August 26, 2009 1:17 PM
> To: linux-scsi@vger.kernel.org; dm-devel@redhat.com
> Subject: [PATCH] scsi_dh_rdac: Add support for Sun StorageTek ST2500,
> ST2510 and ST2530
> 
> 
> [Re-submit - ST2500 added.]
> 
> These storage arrays can use RDAC when configured with 'linux' as the
> initiator.
> 
> http://www.sun.com/storage/disk_systems/workgroup/2500/
> http://www.sun.com/storage/disk_systems/workgroup/2510/
> http://www.sun.com/storage/disk_systems/workgroup/2530/
> 
> Signed-off-by: Charlie Brady <charlieb@budge.apana.org.au>
> 
> --- linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c	2009-08-25
> 14:56:42.000000000 -0400
> +++ linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c.sun	2009-
> 08-26 14:11:53.000000000 -0400
> @@ -628,6 +628,9 @@
>   	{"SGI", "IS"},
>   	{"STK", "OPENstorage D280"},
>   	{"SUN", "CSM200_R"},
> +	{"SUN", "LCSM100_I"},
> +	{"SUN", "LCSM100_S"},
> +	{"SUN", "LCSM100_E"},
>   	{"SUN", "LCSM100_F"},
>   	{"DELL", "MD3000"},
>   	{"DELL", "MD3000i"},
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
Chandra Seetharaman Aug. 26, 2009, 10:56 p.m. UTC | #2
Reviewed-by: Chandra Seetharaman <sekharan@us.ibm.com>

On Wed, 2009-08-26 at 14:16 -0400, Charlie Brady wrote:
> [Re-submit - ST2500 added.]
> 
> These storage arrays can use RDAC when configured with 'linux' as the 
> initiator.
> 
> http://www.sun.com/storage/disk_systems/workgroup/2500/
> http://www.sun.com/storage/disk_systems/workgroup/2510/
> http://www.sun.com/storage/disk_systems/workgroup/2530/
> 
> Signed-off-by: Charlie Brady <charlieb@budge.apana.org.au>
> 
> --- linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c	2009-08-25 14:56:42.000000000 -0400
> +++ linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c.sun	2009-08-26 14:11:53.000000000 -0400
> @@ -628,6 +628,9 @@
>   	{"SGI", "IS"},
>   	{"STK", "OPENstorage D280"},
>   	{"SUN", "CSM200_R"},
> +	{"SUN", "LCSM100_I"},
> +	{"SUN", "LCSM100_S"},
> +	{"SUN", "LCSM100_E"},
>   	{"SUN", "LCSM100_F"},
>   	{"DELL", "MD3000"},
>   	{"DELL", "MD3000i"},
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

Patch

--- linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c	2009-08-25 14:56:42.000000000 -0400
+++ linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c.sun	2009-08-26 14:11:53.000000000 -0400
@@ -628,6 +628,9 @@ 
  	{"SGI", "IS"},
  	{"STK", "OPENstorage D280"},
  	{"SUN", "CSM200_R"},
+	{"SUN", "LCSM100_I"},
+	{"SUN", "LCSM100_S"},
+	{"SUN", "LCSM100_E"},
  	{"SUN", "LCSM100_F"},
  	{"DELL", "MD3000"},
  	{"DELL", "MD3000i"},