[dm-devel] multipath: add find_multipaths feature.

Mike Snitzer snitzer at redhat.com
Fri Jul 15 00:53:03 UTC 2011


On Tue, Dec 07 2010 at  6:00pm -0500,
Christophe Varoqui <christophe.varoqui at gmail.com> wrote:

> On mar., 2010-11-16 at 17:25 -0600, Benjamin Marzinski wrote:
> > This adds a new default feature, find_multipaths. When this is set to yes,
> > multipath will no longer try to create multipath devices using every
> > non-blacklisted device. Instead, it will only create a device when one of
> > three conditions are met.
> > 
> > 1. Three are at least two non-blacklisted paths with the same wwid
> > 2. The user manually forces the creation, by specifying a device with the
> >    multipath command.
> > 3. A path has the same wwid as a multipath device that was previously crreated
> >    (even if that multipath device doesn't currently exist).
> > 
> > To do 3, multipath stores the wwid of every path that it creates in
> > /etc/multipath/wwids. Whenever a path is added, its wwid is checked against
> > this file.  If there's a match, it is multipathed, even if it's the only path.
> > This should allow multipath to automatically choose the correct paths to make
> > into multipath devics in most cases, without needing the user to edit the
> > blacklist.
> > 
> Hi Ben,
> 
> I just merged the patches you queued for upstream the last weeks, except
> this one. I'm still not convinced, but that may be because I have not
> understood yet. I'll try and give it more brain.

find_multipaths is quite useful for avoiding the issue that was just
reported where multipath grabs the root device even though it doesn't
have multiple paths.

Any chance you could reevaluate Ben's patch for inclusion?




More information about the dm-devel mailing list