Add NFS server report from Rick Macklem <rmacklem@uoguelph.ca>.
This commit is contained in:
parent
879fa2e78e
commit
d93ee5e653
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48575
1 changed files with 43 additions and 0 deletions
|
@ -118,6 +118,8 @@
|
|||
</project>
|
||||
|
||||
<project cat='doc'>
|
||||
<icon>doc-mid.jpg</icon>
|
||||
|
||||
<title>Spanish FAQ and Chinese Porter's Handbook
|
||||
Translations</title>
|
||||
|
||||
|
@ -192,4 +194,45 @@
|
|||
</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>NFS server</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Rick</given>
|
||||
<common>Macklem</common>
|
||||
</name>
|
||||
<email>rmacklem@freebsd.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links></links>
|
||||
|
||||
<body>
|
||||
<p>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).</p>
|
||||
|
||||
<p>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.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>
|
||||
<p>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.</p>
|
||||
</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue