From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chandra Seetharaman Subject: Re: Sun StorageTek 2530 and dm? Date: Wed, 26 Aug 2009 15:31:01 -0700 Message-ID: <1251325861.14423.8.camel@chandra-ubuntu> References: <20090823210536.4730636d@nb-jsosic> <20090823213448.154d6cff@nb-jsosic> <20090824202915.27815959@pc-jsosic.srce.hr> <1251139716.24406.4.camel@chandra-ubuntu> <20090824205933.4b4c8456@pc-jsosic.srce.hr> <1251145497.24406.18.camel@chandra-ubuntu> <20090824223627.6e1a918c@pc-jsosic.srce.hr> <1251147451.24406.28.camel@chandra-ubuntu> <20090824231416.598ecc11@pc-jsosic.srce.hr> <1251150116.24406.37.camel@chandra-ubuntu> <20090824235347.4b8cbd8a@pc-jsosic.srce.hr> <1251155242.24406.57.camel@chandra-ubuntu> <20090825011340.423e3cf6@pc-jsosic.srce.hr> <1251159536.2166.3.camel@chandra-ubuntu> <1251223635.2166.7.camel@chandra-ubuntu> <1251230131.2166.13.camel@chandra-ubuntu> Reply-To: sekharan@linux.vnet.ibm.com, device-mapper development Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Charlie Brady Cc: device-mapper development List-Id: dm-devel.ids On Wed, 2009-08-26 at 17:57 -0400, Charlie Brady wrote: > > On Tue, 25 Aug 2009, Chandra Seetharaman wrote: > > > I try to keep the latest releases of RHEL and SLES by porting and test > > them. > > > > These changes are ported to RHEL 5.4, and will be available. > > > > Do you still want to know which of these you might need (for your > > system) > > I notice that this patch doesn't seem to have been merged by Red Hat: > > http://kerneltrap.org/mailarchive/linux-scsi/2008/10/30/3873414 Hmm, I see it in my RHEL 5.4. what is the RedHat kernel version you are looking at (in RHEL 5.4) ? > > That's this one: > > >> @@ -390,6 +387,7 @@ > >> struct c9_inquiry *inqp; > >> > >> h->lun_state = RDAC_LUN_UNOWNED; > >> + h->state = RDAC_STATE_ACTIVE; > >> err = submit_inquiry(sdev, 0xC9, sizeof(struct c9_inquiry), h); > >> if (err == SCSI_DH_OK) { > >> inqp = &h->inq.c9; >