From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chandra Seetharaman Subject: RE: [Patch] scsi_dh_rdac.c: add Dell product information into rdacdevice handler Date: Thu, 02 Oct 2008 17:24:29 -0700 Message-ID: <1222993469.14830.562.camel@chandra-ubuntu> References: <00FE57DD11E3A94893D5BD54C3358BE884BF38@AUSX3MPC128.aus.amer.dell.com> <1222961465.3222.14.camel@localhost.localdomain> <00FE57DD11E3A94893D5BD54C3358BE884BF3C@AUSX3MPC128.aus.amer.dell.com> Reply-To: sekharan@us.ibm.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from e33.co.us.ibm.com ([32.97.110.151]:36007 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753782AbYJCAZR (ORCPT ); Thu, 2 Oct 2008 20:25:17 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e33.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m930PGiR025134 for ; Thu, 2 Oct 2008 20:25:16 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m930PG1I210644 for ; Thu, 2 Oct 2008 18:25:16 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m930Okqm018077 for ; Thu, 2 Oct 2008 18:24:47 -0600 In-Reply-To: <00FE57DD11E3A94893D5BD54C3358BE884BF3C@AUSX3MPC128.aus.amer.dell.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Yanqing_Liu@Dell.com Cc: James.Bottomley@HansenPartnership.com, dm-devel@redhat.com, linux-scsi@vger.kernel.org, Shyam_Iyer@Dell.com, Matt_Domsch@Dell.com Acked-by: Chandra Seetharaman On Thu, 2008-10-02 at 12:18 -0500, Yanqing_Liu@Dell.com wrote: > Thanks James! > > Attached is the patch. > > Yanqing > --- > > > -----Original Message----- > From: James Bottomley [mailto:James.Bottomley@HansenPartnership.com] > Sent: Thursday, October 02, 2008 10:31 AM > To: Liu, Yanqing > Cc: dm-devel@redhat.com; linux-scsi@vger.kernel.org; > sekharan@us.ibm.com; Iyer, Shyam > Subject: Re: [Patch] scsi_dh_rdac.c: add Dell product information into > rdacdevice handler > > On Thu, 2008-10-02 at 10:11 -0500, Yanqing_Liu@Dell.com wrote: > > Hi all, > > > > Re-send this patch in the proper format. Thanks for James's email > > about this. > > --- > > > > The following patch is to add Dell Powervault storage arrays into > > device list of rdac device handler. > > > > > > Signed-off-by: Yanqing Liu > > This is all much better, thanks! > > > --- linux-2.6.27-rc7/drivers/scsi/device_handler/scsi_dh_rdac.c.orig > > 2008-09-29 02:31:26.000000000 -0400 > > +++ linux-2.6.27-rc7/drivers/scsi/device_handler/scsi_dh_rdac.c > > 2008-09-30 02:06:26.000000000 -0400 > > @@ -590,6 +590,8 @@ > > {"STK", "OPENstorage D280"}, > > {"SUN", "CSM200_R"}, > > {"SUN", "LCSM100_F"}, > > + {"DELL", "MD3000"}, > > + {"DELL", "MD3000i"}, > > {NULL, NULL}, > > }; > > This, unfortunately, is still unapplyable ... looks like exchange has > eaten the initial TABs. No-one seems to have managed to get outlook to > behave properly as a patch submission tool, so if you can't use an > alternative email tool (see Documentation/email-clients.txt) then just > attach the patch (until someone works out how to get outlook to behave, > it's the one case where only mime email works). > > James > >