From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Varoqui Subject: Re: Clariion CX600 automatic failback support Date: Thu, 3 Nov 2005 14:58:36 +0100 Message-ID: <20051103135836.GA8868@free.fr> References: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline 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: device-mapper development List-Id: dm-devel.ids > > Once the distributors pick up both this single line change and the > change in hwtable.c, immediate path group failback for CLARiiON > will just work. > > ------------------------------------------------------------------- > diff --git a/multipathd/main.c b/multipathd/main.c > --- a/multipathd/main.c > +++ b/multipathd/main.c > @@ -146,6 +146,7 @@ adopt_paths (struct vectors * vecs, stru > if (!strncmp(mpp->wwid, pp->wwid, WWID_SIZE)) { > condlog(4, "%s ownership set", pp->dev_t); > pp->mpp = mpp; > + mpp->hwe = pp->hwe; > } > } > } > Upstream has had a patch for that. It plug the mpp->hwe refresh in setup_multipath(). Can you check it has no regression wrt your suggested fix ? Regards, cvaroqui