From owner-cvs-all@FreeBSD.ORG Fri Oct 7 06:50:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E75E816A41F; Fri, 7 Oct 2005 06:50:06 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B54243D45; Fri, 7 Oct 2005 06:50:05 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j976o4sQ085985; Fri, 7 Oct 2005 10:50:04 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Fri, 7 Oct 2005 10:50:04 +0400 (MSD) From: Maxim Konovalov To: Pawel Jakub Dawidek In-Reply-To: <20051006112236.GC23662@garage.freebsd.pl> Message-ID: <20051007104916.G85815@mp2.macomnet.net> References: <200510061118.j96BIYnj034648@repoman.freebsd.org> <20051006112236.GC23662@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 06:50:07 -0000 On Thu, 6 Oct 2005, 13:22+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? diskless(8)? -- Maxim Konovalov