From owner-freebsd-stable@FreeBSD.ORG Mon Sep 9 11:50:02 2013 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 ESMTP id 8193FC63; Mon, 9 Sep 2013 11:50:02 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49E632DB2; Mon, 9 Sep 2013 11:50:02 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id s9so11843956iec.7 for ; Mon, 09 Sep 2013 04:50:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4ei2cNMOxRpLdAcFNGEVqeNpjL+VUMI/AdKpgHr9o8s=; b=fDMe2Xh5v7qUbYsuAEMVqzY/G3JgSKYAzEUmLUFkOZTbLKvJUDrvwzY6ilgxb97QjO kWvMf+69QTIdO9A5UZsvpOh3EORKfXGALTb0jMHXLfshtC9d+W1KlVjyWQ0iURsxsyoH y/n9cvRs7Iie3m+oSERG0LOE7Rnyw9JlFryiGTiXQu30EDsKAnrJv3ZnZ1hS6po/5qKi i3Ttj7mIEVSDNIkpuZaCefP0MnEP/6SgEv84Y7MX1fT6iOXlxOZdiYdWQ3JFY8wKUREZ eScTfjz7RGcxtssbRZsdtfPZX2xYMt7zPofsbwmzrtQCu04N4pcR2LwxztWLmy7EbZoR AtfQ== MIME-Version: 1.0 X-Received: by 10.50.178.234 with SMTP id db10mr7647925igc.35.1378727401711; Mon, 09 Sep 2013 04:50:01 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.43.157.8 with HTTP; Mon, 9 Sep 2013 04:50:01 -0700 (PDT) In-Reply-To: <522D3C76.1030705@bluerosetech.com> References: <522D30C9.8000203@bluerosetech.com> <522D3C76.1030705@bluerosetech.com> Date: Mon, 9 Sep 2013 07:50:01 -0400 X-Google-Sender-Auth: uoYP0pNMY6VEwxOEbmxBYcvd5pY Message-ID: Subject: Re: zfs_enable vs zfs_load in loader.conf (but neither works) From: J David To: Darren Pilgrim Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-fs@freebsd.org" , freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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 Sep 2013 11:50:02 -0000 On Sun, Sep 8, 2013 at 11:11 PM, Darren Pilgrim wrote: > You can use zfs.root.mountfrom="zfs:data/root" in /boot/loader.conf instead > of an fstab entry. That has been in loader.conf the whole time. > Mountpoint=legacy is required either way. It isn't. There is another machine right next to it running 9.2-RC1 and it works fine with the mountpoint=/ setting and an empty fstab. And it worked fine on *this* machine on 9.1. It's not clear what changed to stop it from working after upgrading to 9.2-RC3. If time permits, we will update our PXE install environment to 9.2 and rebuild the whole thing. That would eliminate the upgrade step and hopefully give a result others could reproduce. > This only applies to Solaris, IIRC. [citation needed] Setting mountpoint=/ is necessary in order for "zpool import -o altroot=/mnt data" to do the right thing at maintenance time. Thanks!