From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chandra Seetharaman Subject: [RESEND] [PATCH 0/3] scsi_dh: Add ability to set parameters for scsi device handler Date: Mon, 03 Aug 2009 12:42:26 -0700 Message-ID: <20090803194226.5738.82973.sendpatchset@chandra-ubuntu> Return-path: Sender: linux-scsi-owner@vger.kernel.org To: linux-scsi@vger.kernel.org Cc: dm-devel@redhat.com, michaelc@cs.wisc.edu, agk@redhat.com, James.Bottomley@HansenPartnership.com, Benoit_Arthur@emc.com, asson_ronald@emc.com, berthiaume_wayne@emc.com, Eddie.Williams@steeleye.com, Chandra Seetharaman List-Id: dm-devel.ids Hello, On June 24 2009, Eddie Williams reported a regression w.r.t scsi_dh (http://www.redhat.com/archives/dm-devel/2009-June/msg00285.html). Parameter setting part of dm multipath handler has been removed when we moved to scsi device handler. I posted a patchset on Jul 1 2009 to fix the problems (http://marc.info/?l=dm-devel&m=124653672208890&w=2). Eddie tested the patchset and reported success. Here is the same patchset (with one change from char * to const char *). This patch set applies on 2.6.31-rc3 and the following 2 patches: (1) http://patchwork.kernel.org/patch/32646/raw/ (2) http://patchwork.kernel.org/patch/32647/raw/ Interface part of the patch has also been tested by me. Thanks, chandra