Re: [PATCH 7/9] scsi_dh: Add support for SDEV_PASSIVE

2008-02-11 Thread Chandra Seetharaman
On Sat, 2008-02-09 at 05:45 -0700, Matthew Wilcox wrote: > On Mon, Feb 04, 2008 at 01:19:30PM -0800, Chandra Seetharaman wrote: > > The device does send these error messages currently, but it takes some > > time to get the check condition back, which adds up the time to boot >

Re: [PATCH 7/9] scsi_dh: Add support for SDEV_PASSIVE

2008-02-05 Thread Chandra Seetharaman
evice scanners just use inquiries which are not > effected by the passive state (though some could probably use udevinfo and > reduce the amount of repeated SCSI inquiries execute on the system. > > -andmike > -- > Michael Anderson > [EMAIL PROTECTED] --

Re: [PATCH 7/9] scsi_dh: Add support for SDEV_PASSIVE

2008-02-04 Thread Chandra Seetharaman
On Mon, 2008-02-04 at 14:28 -0600, James Bottomley wrote: > On Mon, 2008-02-04 at 12:15 -0800, Chandra Seetharaman wrote: > > On Mon, 2008-02-04 at 12:58 -0600, James Bottomley wrote: > > > On Wed, 2008-01-23 at 16:32 -0800, Chandra Seetharaman wrote: > > > > Sub

Re: [PATCH 7/9] scsi_dh: Add support for SDEV_PASSIVE

2008-02-04 Thread Chandra Seetharaman
On Mon, 2008-02-04 at 12:58 -0600, James Bottomley wrote: > On Wed, 2008-01-23 at 16:32 -0800, Chandra Seetharaman wrote: > > Subject: scsi_dh: Add support for SDEV_PASSIVE > > > > From: Chandra Seetharaman <[EMAIL PROTECTED]> > > > > This patch a

Re: [PATCH 3/9] scsi_dh: scsi handling of REQ_LB_OP_TRANSITION

2008-02-04 Thread Chandra Seetharaman
On Fri, 2008-02-01 at 14:00 -0600, Mike Christie wrote: > Chandra Seetharaman wrote: > > @@ -1445,9 +1479,24 @@ static void scsi_kill_request(struct req > > static void scsi_softirq_done(struct request *rq) > > { > > struct scsi_cmnd *cmd = rq->completion_data;

Re: [PATCH 4/9] scsi_dh: add skeleton for SCSI Device Handlers

2008-02-04 Thread Chandra Seetharaman
On Fri, 2008-02-01 at 13:53 -0600, Mike Christie wrote: > Chandra Seetharaman wrote: > > * mainly associated with tapes and returned SUCCESS. > > Index: linux-2.6.24-rc8/drivers/scsi/scsi_sysfs.c > > === >

[PATCH 9/9] scsi_dh: add scsi device handler to dm

2008-01-23 Thread Chandra Seetharaman
c SCSI hardware handler, one would specify hardware_handler"2 scsi_dh lsi_rdac" in the device section of /etc/multipath.conf. Signed-off-by: Mike Anderson <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> --- drivers/md/Kconfig

[PATCH 8/9] scsi_dh: add lsi rdac device handler

2008-01-23 Thread Chandra Seetharaman
Subject: scsi_dh: add lsi rdac device handler From: Chandra Seetharaman <[EMAIL PROTECTED]> add LSI RDAC SCSI device handler Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> --- drivers/scsi/device_handler/Kconfig|5 5 + 0 - 0 ! drivers/scsi/de

[PATCH 7/9] scsi_dh: Add support for SDEV_PASSIVE

2008-01-23 Thread Chandra Seetharaman
Subject: scsi_dh: Add support for SDEV_PASSIVE From: Chandra Seetharaman <[EMAIL PROTECTED]> This patch adds a new device state SDEV_PASSIVE, to correspond to the passive side access of an active/passive multipathed device. Signed-off-by: Chandra Seetharaman <[EMAIL

[PATCH 6/9] scsi_dh: add hp sw device handler

2008-01-23 Thread Chandra Seetharaman
Subject: scsi_dh: add hp sw device handler From: Mike Christie <[EMAIL PROTECTED]> This patch adds a very basic scsi device handler for older hp boxes which cannot be upgraded. Signed-off-by: Mike Christie <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]

[PATCH 5/9] scsi_dh: add EMC Clariion device handler

2008-01-23 Thread Chandra Seetharaman
ke Christie <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> --- drivers/scsi/device_handler/Kconfig |6 6 + 0 - 0 ! drivers/scsi/device_handler/Makefile |2 2 + 0 - 0 ! drivers/scsi/device_handler/scsi_dh_emc.c

[PATCH 4/9] scsi_dh: add skeleton for SCSI Device Handlers

2008-01-23 Thread Chandra Seetharaman
Subject: scsi_dh: add skeleton for SCSI Device Handlers From: Mike Anderson <[EMAIL PROTECTED]> Add base support to the SCSI subsystem for SCSI device handlers. Signed-off-by: Mike Anderson <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> --- dr

[PATCH 3/9] scsi_dh: scsi handling of REQ_LB_OP_TRANSITION

2008-01-23 Thread Chandra Seetharaman
Subject: scsi_dh: scsi handling of REQ_LB_OP_TRANSITION From: Mike Christie <[EMAIL PROTECTED]> This patch adds a scsi handler for REQ_LB_OP_TRANSITION commands. Signed-off-by: Mike Christie <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> ---

[PATCH 2/9] scsi_dh: change sd_prep_fn to call common code

2008-01-23 Thread Chandra Seetharaman
Subject: scsi_dh: change sd_prep_fn to call common code From: Mike Anderson <[EMAIL PROTECTED]> Have sd_prep_fn call common code if not REQ_TYPE_FS. Signed-off-by: Mike Anderson <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> --- drivers/scsi/sc

[PATCH 1/9] scsi_dh: add REQ_LB_OP_TRANSITION and errors

2008-01-23 Thread Chandra Seetharaman
ristie <[EMAIL PROTECTED]> Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> --- block/ll_rw_blk.c |2 1 + 1 - 0 ! include/linux/blkdev.h | 41 41 +0 - 0 ! 2 files changed, 42 insertions(+), 1 deletion(-) Index: linux-2.6.24-rc8

[PATCH 0/9] scsi_dh: Move dm device handler to SCSI layer

2008-01-23 Thread Chandra Seetharaman
a IBM DS4800 storage device, which means the infrastructure and the lsi_rdac hardware handler has been tested. Testing by someone with the EMC hardware and/or HP hardware would be appreciated. Comments, suggestions solicited. Thanks, chandra -- -------------

Re: [dm-devel] [PATCH] Add ALUA hardware handler

2007-10-10 Thread Chandra Seetharaman
return -EINVAL; > + } > + } > + > + h = kzalloc(sizeof(*h), GFP_KERNEL); > + if (!h) > + return -ENOMEM; > + > + hwh->context = h; > + h->debug = debug; > + h->tpgs = TPGS_MODE_UNINITIALIZED; > + h->group_id = -1; > + h->rel_port = -1; > + h->s

Re: [PATCH] dm-mpath-rdac: don't stomp on a request's transfer bit.

2007-07-20 Thread Chandra Seetharaman
ACK'd. This patch is needed for rdac to work properly. Signed-off-by: Chandra Seetharaman <[EMAIL PROTECTED]> On Tue, 2007-07-17 at 14:07 -0700, Andrew Vasquez wrote: > Signed-off-by: Andrew Vasquez <[EMAIL PROTECTED]> > --- > > On Thu, 12