From d93ee5e6534a13eed8ff10a36a337c4f0dedef8b Mon Sep 17 00:00:00 2001 From: Warren Block Date: Tue, 12 Apr 2016 20:54:26 +0000 Subject: [PATCH] Add NFS server report from Rick Macklem . --- .../news/status/report-2016-01-2016-03.xml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml b/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml index 8f3fd8c979..c713d07cfb 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2016-01-2016-03.xml @@ -118,6 +118,8 @@ + doc-mid.jpg + Spanish FAQ and Chinese Porter's Handbook Translations @@ -192,4 +194,45 @@ + + + NFS server + + + + + Rick + Macklem + + rmacklem@freebsd.org + + + + + + +

A new option "-manage-gids" was added to the nfsuserd + daemon. This option tells the NFS server to use the list of + groups for a uid on the server and not the list of groups in + the NFS RPC request. Use of this option avoids the 16 group + limit for NFS RPCs using AUTH_SYS (the default).

+ +

Work is ongoing with respect to development of pNFS support + for the NFS server using GlusterFS as a back end. This will + be a long term project with the eventual goal of allowing the + NFS server to scale beyond a single server system. Hopefully + it will be available for testing in late Spring 2016. pNFS + allows a NFSv4.1 client to do reads/writes directly to a data + server and not the NFS server.

+ + + + +

Development of the pNFS server will be in need of testing + or it will never progress to a near production status. I + hope to have code available in FreeBSD's subversion projects + branch for testing in late spring 2016.

+
+
+