From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 1 06:41:00 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D71C710656C6; Wed, 1 Sep 2010 06:41:00 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 879BC8FC14; Wed, 1 Sep 2010 06:41:00 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1Oqgb3-000CfV-PS; Wed, 01 Sep 2010 09:14:57 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Sean Bruno In-reply-to: <1283279518.3665.64.camel@home-yahoo> References: <1283271393.3665.13.camel@home-yahoo> <1283279518.3665.64.camel@home-yahoo> Comments: In-reply-to Sean Bruno message dated "Tue, 31 Aug 2010 11:31:58 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Sep 2010 09:14:57 +0300 From: Daniel Braniss Message-ID: Cc: Dirk-WIllem van Gulik , "sbruno@freebsd.org" , Scott Long , "freebsd-hackers@freebsd.org" Subject: Re: /etc/rc.d/mountcritremote X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2010 06:41:00 -0000 > On Tue, 2010-08-31 at 10:45 -0700, Dirk-WIllem van Gulik wrote: > > On 31 Aug 2010, at 17:16, Sean Bruno wrote: > > > > > An issue in testing came up where we were trying to mount NFS > > > directories from the same server, i.e. a machine trying to mount an NFS > > > dir on itself. > > > > > > Because mountcritremote runs before the NFS server is up, we modified > > > the REQUIRES section and appended nfsd. > > > > Are you sure that is right for PXE style boots - where this is heavily relied on ? > > > > Dw. > > Not sure. If the nfs server isn't configured to startup, then this is a > no-op. > > I'm not sure what application would be running in a pxeboot environment > and run an NFS server. most of our servers are pxeboot'able/dataless. since we rely heavely on NFS - ie. /usr/local - I set early_late_divider to amd (the automounter), and made sure it runs early enough. Probably because we have been running NFS since V0 (pre automount too), booting machines was a nightmare, I refuse to have nfs mounts in fstab. danny