From owner-freebsd-stable@FreeBSD.ORG Fri Jun 6 09:26:55 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D065EDD4 for ; Fri, 6 Jun 2014 09:26:55 +0000 (UTC) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (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 57DE92A47 for ; Fri, 6 Jun 2014 09:26:55 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id pv20so1376849lab.27 for ; Fri, 06 Jun 2014 02:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=F0vjMNhUSdi/rwvGO0b8/T7hDo572MPDqFLMW4XbZco=; b=tw7vSwu7q2xyIHiKnIG6GRTbTPhGCAX/Ft4fsWGKO90gOxuMWKpSvnAulJIZBga2Xx xlHLJBnUCI+QP4tZNwVfi7Yb0/DwDN4Wk3Srckcgm5Xi+vEMziWKoMOufN9Rm1sPXb6b F9VnzaQx5cWgirWtW6O3oLA4suNWKHD0CXQ1z5EtyNTvzgNJUmIX89fQR/Tzdo3RGzez EoZdcZ7Bb9ytqR1bxRLaYNSfatnw6V9tuYm6QwcsEQlqPeK3limGjd2Ai4AKYr+5c/Hl nvj7h4i+Hj0om/m88CgHmEYfj0oOBfhcmSs03FJ4EzGCMgHLcp6wnPDMb6Y4YYCJxrxk 8wzA== MIME-Version: 1.0 X-Received: by 10.112.149.36 with SMTP id tx4mr1089861lbb.59.1402046812815; Fri, 06 Jun 2014 02:26:52 -0700 (PDT) Received: by 10.112.137.69 with HTTP; Fri, 6 Jun 2014 02:26:52 -0700 (PDT) In-Reply-To: <53912346.7010207@ish.com.au> References: <53902B1D.8030200@ish.com.au> <53909B22.7000801@yandex.ru> <53912346.7010207@ish.com.au> Date: Fri, 6 Jun 2014 10:26:52 +0100 Message-ID: Subject: Re: ZFS boot pool selection From: Tom Evans To: Aristedes Maniatis Content-Type: text/plain; charset=UTF-8 Cc: "Andrey V. Elsukov" , freebsd-stable 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: Fri, 06 Jun 2014 09:26:55 -0000 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