Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 12:30:04 GMT
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        freebsd-fs@FreeBSD.org
Subject:   Re: kern/136865: [nfs] [patch] NFS exports atomic and on-the-fly atomic updates
Message-ID:  <201203141230.q2ECU4J0046341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/136865; it has been noted by GNATS.

From: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/136865: [nfs] [patch] NFS exports atomic and on-the-fly
 atomic updates
Date: Wed, 14 Mar 2012 14:23:56 +0200

 List of important changes from nfse-20100507 to nfse-20120310.
 
 Improved integration with /etc/rc.d, improved compatibility mode
 with mountd(8) ("nfse -C ..."), changes for the 10-CURRENT kernel.
 
 Now specifications (credentials and security flavors) for export entities
 (host or network) are given by array of user specified size.  This change
 to NFSE API allows to change number and types of specifications without
 changing kernel ABI.
 
 Added new NFSE_CMD_SPECS command to NFSE API that allows to load
 specifications (credentials and security flavors) separately from export
 settings.
 
 Several options were converted to boolean datatype and now can be set
 independently for each address specification, they are -nfsv2, -nfsv3,
 -nfsv4, -mnt_dump and -mnt_export (boolean values "yes" and "no").
 
 Added two new commands "set" and "unset" to nfse(8), these commands
 are relaxed versions of "add/update" and "delete" commands.
 
 Added new option -mnt_export_brief to nfs.exports(5).
 
 Added nfse(8) support to zfs(8), if /etc/nfs.exports exists, then
 "zfs sharenfs ..." and "zfs unshare ..." use nfse(8) commands.
 
 URL: http://nfse.sourceforge.net/



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