Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Sep 2002 13:17:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Sep 2002 13:17:23 -0400 Received: from air-2.osdl.org ([65.172.181.6]:41858 "EHLO cherise.pdx.osdl.net") by vger.kernel.org with ESMTP id ; Tue, 10 Sep 2002 13:17:21 -0400 Date: Tue, 10 Sep 2002 10:21:53 -0700 (PDT) From: Patrick Mochel X-X-Sender: mochel@cherise.pdx.osdl.net To: Patrick Mansfield cc: James Bottomley , Lars Marowsky-Bree , , Subject: Re: [RFC] Multi-path IO in 2.5/2.6 ? In-Reply-To: <20020909170847.A24352@eng2.beaverton.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 909 Lines: 23 > > > 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/