From owner-freebsd-fs@FreeBSD.ORG Tue Apr 20 13:50:09 2010 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 55D091065672 for ; Tue, 20 Apr 2010 13:50:09 +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 44B788FC1A for ; Tue, 20 Apr 2010 13:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3KDo8xa004417 for ; Tue, 20 Apr 2010 13:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3KDo8LG004409; Tue, 20 Apr 2010 13:50:08 GMT (envelope-from gnats) Date: Tue, 20 Apr 2010 13:50:08 GMT Message-Id: <201004201350.o3KDo8LG004409@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Andrey Simonenko Cc: Subject: Re: kern/136865: 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: Tue, 20 Apr 2010 13:50:09 -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 exports atomic and on-the-fly atomic updates Date: Tue, 20 Apr 2010 16:44:44 +0300 New version nfse-20100420 was released. It has several improvements, most important of them are given here. There are two new options -subdir and -alldirs in nfs.exports(5), that allow to specify administrative subdirectories exports for NFSv2 and NFSv3 clients. There is new option -C for the nfse utility, that turns on compatible mode with the mountd(8) utility and its configuration file exports(5). Now the NFSE code is aware that a file system mount point directory can be renamed. Now WebNFS settings can be updated by "nfse -c ..." commands and are shown in the "nfse -c show" command's output. New version can be downloaded from http://nfse.sourceforge.net/