From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MYZom-00046Q-0I for mharc-grub-devel@gnu.org; Wed, 05 Aug 2009 02:17:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYZok-00045I-FZ for grub-devel@gnu.org; Wed, 05 Aug 2009 02:17:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYZof-0003wS-IQ for grub-devel@gnu.org; Wed, 05 Aug 2009 02:17:42 -0400 Received: from [199.232.76.173] (port=37072 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYZof-0003w4-D3 for grub-devel@gnu.org; Wed, 05 Aug 2009 02:17:37 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:60896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYZoe-0004Vf-ST for grub-devel@gnu.org; Wed, 05 Aug 2009 02:17:37 -0400 Received: from [85.180.5.133] (e180005133.adsl.alicedsl.de [85.180.5.133]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1MYZod35tm-000oyr; Wed, 05 Aug 2009 08:17:36 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20090804211955.GA16346@thorin> References: <1248617131.25072.13.camel@fz.local> <20090728181234.GI32726@thorin> <1248857003.3729.0.camel@fz.local> <20090731160546.GF14675@thorin> <1249057611.3635.11.camel@fz.local> <20090804211955.GA16346@thorin> Content-Type: text/plain Date: Wed, 05 Aug 2009 08:18:29 +0200 Message-Id: <1249453109.3549.6.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.27.4 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/5puonfKGaze2EACpG2DeL852RHquzHyL094d V304lS+/Ra75ZHfvsu+253wF/v0B8zyITt9vCmyDi3QMCRAsjL aW48FCVf5kQR+kSStq8vQ== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] use UUID to map system devices to grub devices X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 06:17:42 -0000 Am Dienstag, den 04.08.2009, 23:19 +0200 schrieb Robert Millan: > On Fri, Jul 31, 2009 at 06:26:51PM +0200, Felix Zielcke wrote: > > > > If we'd do an arbitrary mapping then `grub-probe -t drive' would show > > the wrong grub device. > > But except from this I think that would be okay. > > We can never garantee that `grub-probe -t drive' will show the "right" drive, > at least on i386-pc, because we don't know how is BIOS going to order them. Yes drive not, but the partition. > Maybe Linux order depends on a race, and is different every time! This > actually happens with some devices. > > So the best we can do is to avoid reliing on it entirely, by using UUIDs in > the upper layer. We don't need to use UUIDs here, because they're already > being used to find the right filesystem when we boot. > Unfortunately we don't have UUID support on every filesystem we support like JFS. But I think it's not that commonly used. If we assume that on multipath and dmraid devices there are no BSD partitions we could just use the partition number in the device filename. Then we don't need to use UUIDs there. Vladimir said FreeBSD doestn't support multipath. -- Felix Zielcke Proud Debian Maintainer