Main Page

From Linux NFS

(Difference between revisions)
Jump to: navigation, search
m (Reverted edit of Bfields, changed back to last version by Andros)
 
(85 intermediate revisions not shown)
Line 1: Line 1:
-
NFS is a critical service in many organizations, and even a simple error can lead to major problems.  NFSv4 promises to bring several key new features, but clearly it will be imperative to users that the new version of NFS be robust, that it perform well, and that it interoperate easily with other technologies.
 
-
 
{|{|cellpadding="5" cellspacing="3" class="mainpagetable" width="100%"
{|{|cellpadding="5" cellspacing="3" class="mainpagetable" width="100%"
|- +
|- +
-
|valign="top" style="padding: .5em 1em 1em; color: #000000; background-color: #d7e4f4; width: 33%"|
+
|valign="top" style="padding: .5em 1em 1em; width: 50%"|
-
'''General'''
+
'''Development'''
-
* [[NFSv3_Introduction|NFSv3 End user documentation]]
+
* Mailing lists:
-
* [[NFSv4_Introduction|NFSv4 End user documentation]]
+
** linux-nfs@vger.kernel.org ([http://marc.info/?l=linux-nfs archive])
-
* [[Comparison of NFS vs. others]]
+
** linux-fsdevel@vger.kernel.org ([http://marc.info/?l=linux-fsdevel archive])
-
* [[Design|Design documentation]]
+
** linux-kernel@vger.kernel.org ([http://marc.info/?l=linux-kernel archive])
-
* Active Directory
+
** defunct pnfs list [http://linux-nfs.org/pipermail/pnfs/ archive]
-
** [[http://nfsworld.blogspot.com/2005/06/using-active-directory-as-your-kdc-for.html Linux, AD, and NetApp filers]]
+
** defunct nfsv4 list [http://linux-nfs.org/pipermail/nfsv4/ archive]
-
* [[How to get involved]]
+
* IRC: #linux-nfs at oftc.net (mainly for developer chat; questions are better sent to the mailing list)
-
* [[pNFS prototype design|pNFS Prototype]]
+
* Code repositories:
-
|valign="top"|
+
** [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary upstream kernel]
-
'''Troubleshooting'''
+
** [http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary nfs-utils]
-
* [[General troubleshooting recommendations]]
+
** [http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary rpcbind]
-
* Common error messages
+
** [http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary libtirpc]
-
* Tools for troubleshooting
+
** [http://git.linux-nfs.org/?p=steved/nfs4-acl-tools.git;a=summary nfs4-acl-tools] Client tools for manipulating NFSv4 ACLs directly.
-
* Problems exporting
+
*** [http://linux-nfs.org/~steved/nfs4-acl-tools/ nfs4-acl-tools tarballs]
-
* Problems mounting
+
* Bugzilla:
-
* Problems automounting
+
** [http://bugzilla.kernel.org bugzilla.kernel.org] for upstream bugs
-
* Problems with Kerberos Authentication
+
** [http://bugzilla.linux-nfs.org bugzilla.linux-nfs.org] for out-of-tree projects and other miscellaneous NFS uses
-
* [[Reporting bugs]]
+
* [https://datatracker.ietf.org/wg/nfsv4 IETF NFSv4 working group]: protocol specifications
-
|valign="top" style="padding: .5em 1em 1em; color: #000000; background-color: #d7e4f4; width:33%"|
+
* [http://nfsv4bat.org/Documents nfsv4bat.org/Documents]: Bakeathon, Connectathon, and other presentations
-
'''Testing'''
+
* [[Introduction to Linux NFS hacking]]
-
* [[Testing tools]]
+
* [[To do]] (projects looking for volunteers)
-
* [[Emulating tools]]
+
* [[Dual-protocol support]]
-
* [[Functional testing]]
+
* [[pNFS Development]]
-
* [[Interoperability testing]]
+
* [[Cluster Coherent NFS design|Cluster Coherent NFS]]
-
* [[Performance testing]]
+
* [[Nfsd4 server recovery]]
-
* [[Robustness testing]]
+
* [http://linux-nfs.org/files/ NFS related files for download]
-
* [[Security testing]]
+
* [[Peer-to-peer NFS]]
-
* [[Tests needed]]
+
* [[high availability SCSI layout]]
-
* [[Testing methodologies]]
+
* [[Alternate Data Streams]]
-
* [[Test_matrix|Test matrix]]
+
* [[NFS re-export]]
-
* [[Testing forecast roadmap]]
+
|valign="top"|
 +
'''Documentation'''
 +
* [http://nfs.sourceforge.net/nfs-howto/ NFS Howto]
 +
* [http://nfs.sourceforge.net/ NFS FAQ]
 +
* [[NFSv41_Introduction|NFSv4.1 End user documentation]]
 +
* [[General troubleshooting recommendations]]
 +
* [[Feature Design Documents]]
 +
* [http://nfsworld.blogspot.com/2005/06/using-active-directory-as-your-kdc-for.html Linux, AD, and NetApp filers]
 +
* [https://fedorahosted.org/gss-proxy/wiki/NFS GSS-Proxy]
 +
* [[Reporting bugs]]
 +
* [[Readdir performance results]]
 +
* [[Jenkins CI]]
 +
* [[NFS and FreeIPA]]
 +
* [[pNFS block server setup]]
 +
* [[NFS over SoftRoCE setup]]
 +
* [[NFS over soft iWARP setup]]
 +
'''Testing'''
 +
* [[Connectathon test suite]]
 +
* [[pynfs]]
 +
* [[NFSometer]]: NFS performance measurement tool
 +
* [[NFStest]]: NFS test suite
 +
* [[xfstests]]: xfstests setup & expected output
|}
|}
-
==Testing ==
 
-
The Linux NFSv4 Testing effort seeks to ensure that the Linux
+
[[Old stuff]] (design documents for stalled or completed projects, etc.)
-
implementation of NFSv4 succeeds on all these counts.  The purpose of the testing is threefold:
+
-
* To prove that the features are implemented correctly according to spec.
+
-
* To locate and identify bugs, and verify the fixes.
+
-
* To give confidence to users that upgrading to NFSv4 on Linux is of benefit.
+

Latest revision as of 17:15, 7 June 2022

Development

Documentation

Testing

Old stuff (design documents for stalled or completed projects, etc.)

Personal tools