Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2006 18:01:28 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_diskless.c
Message-ID:  <200603011801.k21I1T14055579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-03-01 18:01:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/nfsclient        nfs_diskless.c 
  Log:
  MFC:    sys/nfsclient/nfs_diskless.c    1.12,1.13
  
  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"
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.11.2.1  +29 -0     src/sys/nfsclient/nfs_diskless.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603011801.k21I1T14055579>