From owner-cvs-src@FreeBSD.ORG Thu Oct 6 11:45:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A8C16A426; Thu, 6 Oct 2005 11:45:25 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id C180743D8A; Thu, 6 Oct 2005 11:45:11 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.4/8.13.4) with ESMTP id j96Bj6uk006609; Thu, 6 Oct 2005 12:45:06 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Thu, 6 Oct 2005 12:45:05 +0100 From: Brian Somers To: Pawel Jakub Dawidek Message-ID: <20051006124505.13f98d80@dev.lan.Awfulhak.org> In-Reply-To: <20051006112236.GC23662@garage.freebsd.pl> References: <200510061118.j96BIYnj034648@repoman.freebsd.org> <20051006112236.GC23662@garage.freebsd.pl> X-Mailer: Sylpheed-Claws 1.9.13 (GTK+ 2.6.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs_diskless.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 11:45:26 -0000 On Thu, 6 Oct 2005 13:22:36 +0200 Pawel Jakub Dawidek wrote: > On Thu, Oct 06, 2005 at 11:18:34AM +0000, Pawel Jakub Dawidek wrote: > +> pjd 2005-10-06 11:18:34 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/nfsclient nfs_diskless.c > +> Log: > +> Add boot.nfsroot.options loader tunable. > +> It allows to specify options for NFS root file system. > +> Currently supported options are: soft, intr, conn, lockd. > +> > +> I'm adding this functionality mostly for 'lockd' option, which is only > +> honored when performing the initial mount and will be silently ignored > +> if used while updating the mount options. > +> > +> This will allow to use flock(2) without the need of using varmfs or > +> rpc.lockd and friends. > +> > +> Example of use: > +> boot.nfsroot.options="intr,lockd" > > I haven't found a place where it can be documented. > Any suggestions? Loader variables tend to be documented in /boot/defaults/loader.conf and loader(8), although there don't seem to be any other boot. tree members... -- Brian Somers Don't _EVER_ lose your sense of humour !