From owner-freebsd-current@FreeBSD.ORG Mon Nov 18 08:30:24 2013 Return-Path: Delivered-To: freebsd-current@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 3B94EEEB for ; Mon, 18 Nov 2013 08:30:24 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 89BA0267B for ; Mon, 18 Nov 2013 08:30:23 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA09149; Mon, 18 Nov 2013 10:30:14 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1ViKDl-000FpX-UP; Mon, 18 Nov 2013 10:30:13 +0200 Message-ID: <5289CFDD.9090708@FreeBSD.org> Date: Mon, 18 Nov 2013 10:29:17 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Beeblebrox , freebsd-current@FreeBSD.org Subject: Re: zpool requires re-import on reboot References: <1384760874666-5861930.post@n5.nabble.com> In-Reply-To: <1384760874666-5861930.post@n5.nabble.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 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: Mon, 18 Nov 2013 08:30:24 -0000 on 18/11/2013 09:47 Beeblebrox said the following: > I have root on zfs, which mounts fine on start. I have two other pools, which > do not get mounted and must be imported each time. Boot falls to single-user > mode because it cannot find the zfs-related mounts for the two pools in > question. The zpool import does not require the "-f" flag to import, but > does keep the pools in an exported state for some reason. > > FreeBSD 11.0-CURRENT #0 r257917 amd64 Is there anything "non-standard" about your configuration? All pools that are present in /boot/zfs/zpool.cache on a root filesystem of a root pool should be automatically imported. -- Andriy Gapon