From owner-freebsd-fs@FreeBSD.ORG Sun May 13 13:46:40 2007 Return-Path: X-Original-To: freebsd-fs@FreeBSD.org Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 192DC16A403; Sun, 13 May 2007 13:46:38 +0000 (UTC) (envelope-from freebsd@ruomad.net) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 60B1713C469; Sun, 13 May 2007 13:46:38 +0000 (UTC) (envelope-from freebsd@ruomad.net) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by postfix2-g20.free.fr (Postfix) with ESMTP id 4E22EFFD1CE; Sun, 13 May 2007 14:19:54 +0200 (CEST) Received: from [192.168.0.138] (vln78-1-82-238-160-33.fbx.proxad.net [82.238.160.33]) by smtp2-g19.free.fr (Postfix) with ESMTP id E648696AE6; Sun, 13 May 2007 15:19:26 +0200 (CEST) Message-ID: <46471067.1060905@ruomad.net> Date: Sun, 13 May 2007 15:19:35 +0200 From: Bruno Damour User-Agent: Thunderbird 2.0.0.0 (X11/20070429) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20070409011723.GB74547@garage.freebsd.pl> <20070409094319.GB76673@garage.freebsd.pl> <46209D21.2010704@FreeBSD.org> <20070414102313.GC10527@garage.freebsd.pl> <462BCF46.6030704@infidyne.com> <20070422195818.GH52622@garage.freebsd.pl> <462BC4ED.1050003@infidyne.com> <20070422203556.GI52622@garage.freebsd.pl> In-Reply-To: <20070422203556.GI52622@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org, Stefan Esser , freebsd-current@FreeBSD.org Subject: Re: ZFS: amd64, devd, root file system. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2007 13:46:40 -0000 Pawel Jakub Dawidek wrote: > On Sun, Apr 22, 2007 at 10:26:21PM +0200, Peter Schuller wrote: > >>> Try zfs_load="YES". If this is what you had, send me full dmesg. >>> >> Sorry, I had zfs_load="YES". Typo on my part. No typo in loader.conf. >> >> Do you have any suggestion on how to best grab the dmesg, given that >> when triggering this the root fs cannot be mounted? >> >> Or do you just want a dmesg from my system in general, with a matching >> loader.conf minus the vfs.root.mountfromt? >> >> If the latter, it is available here: >> >> http://distfiles.scode.org/mlref/freebsd-dmesg-zfs-glabel-7current.txt >> >> In this dmesg the ZFS pool version output preceeds the glabel tasting. I >> was so sure this was not the case. Either I was misstaken or this was >> different then for some reason. >> > > And this is the problem... ZFS tries only ones. I'll think it over and > see what can be done. Unfortunately ZFS doesn't use GEOM tasting > mechanism and I'd prefer not to modify it to do so, because the changes > may be huge. > > Hello, Sorry about the noise, but I wonder if anyone saw my previous post about zfs root not being found at once (I have to input it manually at mountroot> prompt) ? Thanks Bruno