From owner-freebsd-rc@FreeBSD.ORG Tue Jul 11 16:08:15 2006 Return-Path: X-Original-To: rc@freebsd.org Delivered-To: freebsd-rc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F22F16A4DD for ; Tue, 11 Jul 2006 16:08:15 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545C043DB2 for ; Tue, 11 Jul 2006 16:07:50 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by smtp5-g19.free.fr (Postfix) with ESMTP id E3ED227539; Tue, 11 Jul 2006 18:07:46 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id C946711774; Tue, 11 Jul 2006 18:07:45 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43671-10; Tue, 11 Jul 2006 18:06:56 +0200 (CEST) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 3411A11472; Tue, 11 Jul 2006 18:06:49 +0200 (CEST) From: Florent Thoumie To: Brooks Davis In-Reply-To: <20060711155312.GA20418@odin.ac.hmc.edu> References: <86odvwzjjz.fsf@xps.des.no> <20060711155312.GA20418@odin.ac.hmc.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8y9KqugzwFh8MvttjcxK" Date: Tue, 11 Jul 2006 17:07:07 +0100 Message-Id: <1152634027.12237.9.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= , rc@freebsd.org Subject: Re: loopback mounts X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 11 Jul 2006 16:08:15 -0000 --=-8y9KqugzwFh8MvttjcxK Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, 2006-07-11 at 08:53 -0700, Brooks Davis wrote: > On Tue, Jul 11, 2006 at 09:29:04AM +0200, Dag-Erling Sm=F8rgrav wrote: > > It is currently not possible to list loopback NFS mounts in /etc/fstab > > without noauto, because mountcritremote runs before mountd has > > started; mountd depends on nfsserver, rpcbind and quota, which all > > depend on mountcritremote (presumably because nfsd, rpcbind and > > quotaon all reside in /usr/sbin, which might be on a remote file > > system) > >=20 > > The file systems which I mount over loopback NFS are not critical, and > > can safely be mounted later in the boot process, but we don't have a > > "mountnoncrit" script, or any way to indicate in fstab that a file > > system is non-critical. >=20 > In many ways a mountnoncrit would be the best solution, but that > would would require some significant work since we'd probably need to > add an extra fields to fstab (though it might be feasible to have > a list of critical file systems and try to mount them explicitly > instead). A small bit of additional care would be needed to insure that > early_late_divider was set correctly in either case. Yeah, pondered adding a mountlatelocal script and a 'late' option to mount/fstab when i was working on mdconfig{,2} script. I figured it was easier to handle fsck/mount in those scripts in the end (because I couldn't see any other consumer for such a script). In that case, that seems a good choice. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-8y9KqugzwFh8MvttjcxK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEs8yrMxEkbVFH3PQRAgpRAJ0Ro58OdYM+4p1zL9RUKHxexeP6MgCfZkvu c64K0k2OMq7hMB1ESz5KO/M= =BtLw -----END PGP SIGNATURE----- --=-8y9KqugzwFh8MvttjcxK--