diff mbox

scsi_dh_rdac: Add support for Sun StorageTek 2510 and 2530

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

Commit Message

Charlie Brady Aug. 25, 2009, 7:40 p.m. UTC
Both these storage arrays can use RDAC when configured with 'linux' as the 
initiator.

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, 6:01 p.m. UTC | #1
Charlie,

   Patch looks good. However, I am seeing one more in this series({"SUN", "LCSM100_E"}). You can add this as well..

-Babu Moger

> -----Original Message-----
> From: dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com]
> On Behalf Of Charlie Brady
> Sent: Tuesday, August 25, 2009 2:40 PM
> To: linux-scsi@vger.kernel.org; dm-devel@redhat.com
> Subject: [dm-devel] [PATCH] scsi_dh_rdac: Add support for Sun
> StorageTek 2510 and 2530
> 
> 
> Both these storage arrays can use RDAC when configured with 'linux' as
> the
> initiator.
> 
> 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-25 15:22:56.000000000 -0400
> @@ -628,6 +628,8 @@
>   	{"SGI", "IS"},
>   	{"STK", "OPENstorage D280"},
>   	{"SUN", "CSM200_R"},
> +	{"SUN", "LCSM100_I"},
> +	{"SUN", "LCSM100_S"},
>   	{"SUN", "LCSM100_F"},
>   	{"DELL", "MD3000"},
>   	{"DELL", "MD3000i"},
> 
> --
> 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

--- 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-25 15:22:56.000000000 -0400
@@ -628,6 +628,8 @@ 
  	{"SGI", "IS"},
  	{"STK", "OPENstorage D280"},
  	{"SUN", "CSM200_R"},
+	{"SUN", "LCSM100_I"},
+	{"SUN", "LCSM100_S"},
  	{"SUN", "LCSM100_F"},
  	{"DELL", "MD3000"},
  	{"DELL", "MD3000i"},