From owner-freebsd-fs@FreeBSD.ORG Wed Jul 18 12:10:04 2012 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16C381065673 for ; Wed, 18 Jul 2012 12:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBC9D8FC17 for ; Wed, 18 Jul 2012 12:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6ICA38i031852 for ; Wed, 18 Jul 2012 12:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6ICA3HC031850; Wed, 18 Jul 2012 12:10:03 GMT (envelope-from gnats) Date: Wed, 18 Jul 2012 12:10:03 GMT Message-Id: <201207181210.q6ICA3HC031850@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Andrey Simonenko Cc: Subject: Re: kern/136865: [nfs] [patch] NFS exports atomic and on-the-fly atomic updates X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrey Simonenko List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 12:10:04 -0000 The following reply was made to PR kern/136865; it has been noted by GNATS. From: Andrey Simonenko To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/136865: [nfs] [patch] NFS exports atomic and on-the-fly atomic updates Date: Wed, 18 Jul 2012 15:08:40 +0300 List of important changes from nfse-20120310 to nfse-20120718. Command line options -2, -n and -r now are not supported by nfse. Added new command line option -m to nfse, that specifies whether nfse should service MOUNT protocol requests and what it should support from this protocol. Added new option -resvport to nfs.exports, that specifies whether NFS and NLM RPC requests should be received from sender's reserved IP port numbers (default, always and weakauth modes). Added new option -mnt_mount to nfs.exports, that specifies settings for MOUNT protocol's procedures MNT, UMNT and UMNTALL (default, regfile and resvport arguments). Tried to make the nfse compatible mode completely compatible with exports(5) configurations: http://nfse.sourceforge.net/COMPATIBILITY