From owner-freebsd-rc@FreeBSD.ORG Sun Jul 26 12:00:07 2009 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 8D29410656C8 for ; Sun, 26 Jul 2009 12:00:07 +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 6CF4B8FC16 for ; Sun, 26 Jul 2009 12:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6QC07PQ014512 for ; Sun, 26 Jul 2009 12:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6QC07fd014511; Sun, 26 Jul 2009 12:00:07 GMT (envelope-from gnats) Date: Sun, 26 Jul 2009 12:00:07 GMT Message-Id: <200907261200.n6QC07fd014511@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Thomas Backman Cc: Subject: Re: conf/120194: [patch] UFS volumes on ZVOLs cannot be fsck'd at boot X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Backman 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: Sun, 26 Jul 2009 12:00:07 -0000 The following reply was made to PR conf/120194; it has been noted by GNATS. From: Thomas Backman To: bug-followup@FreeBSD.org, freebsd-rc@freebsd.org Cc: Subject: Re: conf/120194: [patch] UFS volumes on ZVOLs cannot be fsck'd at boot Date: Sun, 26 Jul 2009 13:49:42 +0200 This bug is still relevant and unfixed as of 8.0-BETA2, although I ran into it by being unable to mount ZVOLs using fstab, since /dev/zvol is populated after mountcritlocal runs. My fix was to move ZFS to before mountcritlocal, since the root is already mounted R/W, but I suppose this fix is even better since it solves the fsck problem as well, which I haven't ran in to yet. It would be nice to see this easy fix implemented! Regards, Thomas