From owner-freebsd-stable@FreeBSD.ORG Mon Jun 9 08:37:22 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C14D4F31 for ; Mon, 9 Jun 2014 08:37:22 +0000 (UTC) Received: from mail-yh0-x22e.google.com (mail-yh0-x22e.google.com [IPv6:2607:f8b0:4002:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 840B52B59 for ; Mon, 9 Jun 2014 08:37:22 +0000 (UTC) Received: by mail-yh0-f46.google.com with SMTP id 29so2303460yhl.5 for ; Mon, 09 Jun 2014 01:37:21 -0700 (PDT) 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=IMRrLMN1JalOg5FfeIHJtQX/of6fS6xmKrtcQqqsAVc=; b=ErZ/GKXsMpjMcIwPPmoBAOiV5eTztj0MckpdHegeWUTCgWVofWFXXidWcykAK09mmO ZPXv2j1STHWYzg61xmBct4pvxCZspECBF1zNj7AJI/25gogCSX9+ti5/mS67QBDgAuCM jGgTKMSiVtA5gJVToB5uGfydJQpGZTJgn0hUcugc/aPfNmAoQKV7Q6LcEQHM/BkSEQL4 C4w8fu6806gWKLqjVshoiFcaY+sRglwxsWtPEs0AV6X4VJ/lnW2qoCs+C25Dxt0MOrXz 0f+timFSO94EJ1r7zlHMAXgkaYHRLo3fbjJNqOOGKMCr9ktgjPG5H9eE4rQ05nXWoN4m B1hg== MIME-Version: 1.0 X-Received: by 10.236.98.103 with SMTP id u67mr1166876yhf.99.1402303041706; Mon, 09 Jun 2014 01:37:21 -0700 (PDT) Received: by 10.170.54.8 with HTTP; Mon, 9 Jun 2014 01:37:21 -0700 (PDT) In-Reply-To: References: <53902B1D.8030200@ish.com.au> <53909B22.7000801@yandex.ru> <53912346.7010207@ish.com.au> Date: Mon, 9 Jun 2014 09:37:21 +0100 Message-ID: Subject: Re: ZFS boot pool selection From: krad To: Tom Evans Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "Andrey V. Elsukov" , freebsd-stable , Aristedes Maniatis X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 08:37:22 -0000 I thought the bootfs variable told the bootcode where to get the kernel, and loader environment from. Unless otherwise stated in the loader.conf/fstab, this would also be where the kernel mounted the rootfs from. A subtle but important difference. On 6 June 2014 10:26, Tom Evans wrote: > On Fri, Jun 6, 2014 at 3:11 AM, Aristedes Maniatis wrote: > > Should vfs.root.mountfrom and bootfs be removed from the latest ZFS > howto instructions? > > Definitely not either. I use manageBE (another beadm-a-like tool) to > manage my root pool, the bootfs property is what determines which root > is used, and vfs.root.mountfrom is what I would put in the loader to > boot from a different one. > > Cheers > > Tom > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >