From owner-freebsd-current@FreeBSD.ORG Thu Dec 13 22:51:26 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D4D577; Thu, 13 Dec 2012 22:51:26 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5938FC0A; Thu, 13 Dec 2012 22:51:26 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so2889690oag.13 for ; Thu, 13 Dec 2012 14:51:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GJMjfvkvCO8SR9WVddCEtEbCCnmrft8Vqb8AcpyQVWU=; b=uJY3xS2A+ulPV3v0+oq7TPTc6okY6jIVYVq7AWsIMAOeSxqnXqF/dcTdcgMxvgZywl SegAFYZFR6mXUouPxMlemdT8CqsxcvGE0e5XQmO/OaJo7FnIdnf0xVbEwLLiq3AKrOYK /qPL1vQZpguutAwqw4hnq0aHR8TX9UesPpZnrWk9eDEQvHxlNjGlmCTIoBh3aoU3V0g0 GOrzmPjlRJM91IrVDmFJwnvxtZa57OFAcNyDFwP8WC1iq6vwO+BMetMSMm/y23MELgNr I6EafA5NkJ4GuzHFkv8RCFeoy3EtiCMB+AgoTA7D5VCev+hiizMrIdvoph+YskxUg7IA o63Q== MIME-Version: 1.0 Received: by 10.182.172.74 with SMTP id ba10mr2976524obc.83.1355439085841; Thu, 13 Dec 2012 14:51:25 -0800 (PST) Received: by 10.76.143.33 with HTTP; Thu, 13 Dec 2012 14:51:25 -0800 (PST) In-Reply-To: <50C9BAFC.4020804@FreeBSD.org> References: <50B6598B.20200@FreeBSD.org> <50C9BAFC.4020804@FreeBSD.org> Date: Thu, 13 Dec 2012 14:51:25 -0800 Message-ID: Subject: Re: [HEADSUP] zfs root pool mounting From: Garrett Cooper To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 22:51:26 -0000 On Thu, Dec 13, 2012 at 3:24 AM, Andriy Gapon wrote: ... > This sounds messy, not sure if it has any informative value. > I think I've seen something like this after some reason ZFS import from upsteam > when my kernel and userland were out of sync. > Do you do a full boot from the livecd? Or do you boot your kernel but then mount > userland from the cd? > In any case, not sure if this is relevan to your main trouble. I tried booting from a custom kernel, ran into the mountroot prompt and then chose cd9660:/dev/cd0 instead of zfs:root (my root pool's name). ... > bootfs property should not better. Multi-pool configurations has been tested > before the commit. That's what I thought, but I was unsure... Thanks! -Garrett