Date: Fri, 7 Oct 2005 10:50:04 +0400 (MSD) From: Maxim Konovalov <maxim@macomnet.ru> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs_diskless.c Message-ID: <20051007104916.G85815@mp2.macomnet.net> In-Reply-To: <20051006112236.GC23662@garage.freebsd.pl> References: <200510061118.j96BIYnj034648@repoman.freebsd.org> <20051006112236.GC23662@garage.freebsd.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051007104916.G85815>