From owner-freebsd-rc@FreeBSD.ORG Tue Mar 25 14:00:04 2008 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C76341065676 for ; Tue, 25 Mar 2008 14:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDF648FC2B for ; Tue, 25 Mar 2008 14:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2PE04Jv057098 for ; Tue, 25 Mar 2008 14:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2PE04xX057097; Tue, 25 Mar 2008 14:00:04 GMT (envelope-from gnats) Date: Tue, 25 Mar 2008 14:00:04 GMT Message-Id: <200803251400.m2PE04xX057097@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: "Nicolas Blais" Cc: Subject: Re: conf/122036: Mounting at boot with ZFS causes a halt in booting X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nicolas Blais List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2008 14:00:04 -0000 The following reply was made to PR conf/122036; it has been noted by GNATS. From: "Nicolas Blais" To: "Norikatsu Shigemura" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/122036: Mounting at boot with ZFS causes a halt in booting Date: Mon, 24 Mar 2008 23:34:18 -0400 (Eastern Daylight Time) > Hi Nicolas. > > On Mon, 24 Mar 2008 07:59:39 GMT > Nicolas Blais wrote: >> During boot, it seems that the OS is trying to mount the entry in my >> fstab, but /etc/rc.d/zfs hasn't loaded or isn't finished yet and >> therefore causes the boot to stop. >> Here's the entry in /etc/fstab that causes the boot to halt: >> /tank/public/ftp /home/sam/ftp nullfs rw 0 0 > > Maybe, you should set 'late' to mount potion like following. > >> /tank/public/ftp /home/sam/ftp nullfs rw,late 0 0 > That worked, thanks! "man fstab" doesn't say anything about that option, which is important for people using ZFS... Thanks again, Nicolas