Re: [RFC] Multi-path IO in 2.5/2.6 ?

Patrick Mochel (mochel@osdl.org)
Tue, 10 Sep 2002 10:21:53 -0700 (PDT)


> > > Generic device naming consistency is a problem if multiple devices
> > > show up with the same id.
> >
> > Patrick Mochel has an open task to come up with a solution to this.
>
> I don't think this can be solved if multiple devices show up with the same
> id. If I have five disks that all say I'm disk X, how can there be one
> name or handle for it from user level?

Easy: you map the unique identifier of the device to a name in userspace.
In our utopian future, /sbin/hotplug is called with that unique ID as one
of its parameters. It searches for, and finds names based on the ID is. If
the name(s) already exist, then it doesn't continue.

-pat

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/