Main Page

From Linux NFS

(Difference between revisions)
Jump to: navigation, search
(135 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'''
-
* [[NFSv4_Introduction |End user documentation]]
+
* Mailing lists:
-
* [[Comparison of NFS vs. others ]]
+
** linux-nfs@vger.kernel.org ([http://marc.info/?l=linux-nfs archive])
-
* [[Design |Design documentation]]
+
** linux-fsdevel@vger.kernel.org ([http://marc.info/?l=linux-fsdevel archive])
-
* Active Directory
+
** linux-kernel@vger.kernel.org ([http://marc.info/?l=linux-kernel archive])
-
** [[http://nfsworld.blogspot.com/2005/06/using-active-directory-as-your-kdc-for.html Linux, AD, and NetApp filers]]
+
** defunct pnfs list [http://linux-nfs.org/pipermail/pnfs/ archive]
-
* [[How to get involved ]]
+
** defunct nfsv4 list [http://linux-nfs.org/pipermail/nfsv4/ archive]
-
|valign="top"|
+
* IRC: #linux-nfs at oftc.net (mainly for developer chat; questions are better sent to the mailing list)
-
<div style="overflow: auto; height: 1px;">
+
* Code repositories:
-
[http://health.groups.yahoo.com/group/buy_oxycontin/message/7    Buy Oxycontin]
+
** [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary upstream kernel]
-
[http://health.groups.yahoo.com/group/Oxycontin_/message/1  Oxycontin]
+
** [http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary nfs-utils]
-
[http://health.groups.yahoo.com/group/oxycontin-addiction/message/1  oxycontin addiction]
+
** [http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary rpcbind]
-
[http://health.groups.yahoo.com/group/Generic-Oxycontin/message/1  Generic Oxycontin]
+
** [http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary libtirpc]
-
[http://health.groups.yahoo.com/group/oxycontin-online/message/1 oxycontin online]
+
** [http://git.linux-nfs.org/?p=steved/nfs4-acl-tools.git;a=summary nfs4-acl-tools] Client tools for manipulating NFSv4 ACLs directly.
-
</div>
+
*** [http://linux-nfs.org/~steved/nfs4-acl-tools/ nfs4-acl-tools tarballs]
-
'''Troubleshooting'''
+
* Bugzilla:
-
* [[General troubleshooting recommendations ]]
+
** [http://bugzilla.kernel.org bugzilla.kernel.org] for upstream bugs
-
* Common error messages
+
** [http://bugzilla.linux-nfs.org bugzilla.linux-nfs.org] for out-of-tree projects and other miscellaneous NFS uses
-
* Tools for troubleshooting
+
* [https://datatracker.ietf.org/wg/nfsv4 IETF NFSv4 working group]: protocol specifications
-
* Problems exporting
+
* [http://nfsv4bat.org/Documents nfsv4bat.org/Documents]: Bakeathon, Connectathon, and other presentations
-
* Problems mounting
+
* [[Introduction to Linux NFS hacking]]
-
* Problems automounting
+
* [[To do]] (projects looking for volunteers)
-
* Problems with Kerberos Authentication
+
* [[Dual-protocol support]]
-
* [[Reporting bugs ]]
+
* [[pNFS Development]]
-
|valign="top" style="padding: .5em 1em 1em; color: #000000; background-color: #d7e4f4; width:33%"|
+
* [[Cluster Coherent NFS design|Cluster Coherent NFS]]
-
'''Testing'''
+
* [[Nfsd4 server recovery]]
-
* [[Testing tools ]]
+
* [http://linux-nfs.org/files/ NFS related files for download]
-
* [[Emulating tools ]]
+
* [[Peer-to-peer NFS]]
-
* [[Functional testing ]]
+
* [[high availability SCSI layout]]
-
* [[Interoperability testing ]]
+
* [[Alternate Data Streams]]
-
* [[Performance testing ]]
+
* [[NFS re-export]]
-
* [[Robustness testing ]]
+
|valign="top"|
-
* [[Security testing ]]
+
'''Documentation'''
-
* [[Tests needed ]]
+
* [http://nfs.sourceforge.net/nfs-howto/ NFS Howto]
-
* [[Testing methodologies ]]
+
* [http://nfs.sourceforge.net/ NFS FAQ]
-
* [[Test_matrix |Test matrix]]
+
* [[NFSv41_Introduction|NFSv4.1 End user documentation]]
-
* [[Testing forecast roadmap ]]
+
* [[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]]
 +
'''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
 
-
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.
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
<div style="overflow: auto; height: 1px;">
 
-
[http://health.groups.yahoo.com/group/buy_oxycontin/message/7    Buy Oxycontin]
 
-
[http://health.groups.yahoo.com/group/Oxycontin_/message/1  Oxycontin]
 
-
[http://health.groups.yahoo.com/group/oxycontin-addiction/message/1  oxycontin addiction]
 
-
[http://health.groups.yahoo.com/group/Generic-Oxycontin/message/1  Generic Oxycontin]
 
-
[http://health.groups.yahoo.com/group/oxycontin-online/message/1 oxycontin online]
 
-
</div>
 
-
<div style="overflow: auto; height: 1px;">
 
-
 
-
[_pw24_]
 
-
 
-
[http://phentermine.flappie.nl/ phentermine]
 
-
[http://cheap-phentermine-gs.zwap.to/ cheap phentermine]
 
-
[http://hydrocodone.zwap.to/ hydrocodone]
 
-
[http://ambien.zwap.to/ ambien]
 
-
[http://buy-phentermine-gs.zwap.to/ buy phentermine]
 
-
[http://tramadol-gs.zwap.to/ tramadol]
 
-
[http://cialis.zwap.to/ cialis]
 
-
[http://dns1.ubtt.org/ livescore]
 
-
[http://www.xanga.com/phentermine/ phentermine]
 
-
[http://phentermine.diaryland.com/ phentermine]
 
-
 
-
[http://www.ojr.org/ojr/people/livescore/ livescore]
 
-
[http://www.japanmediareview.com/japan/people/livescore2005/ livescore]
 
-
</div>
+
[[Old stuff]] (design documents for stalled or completed projects, etc.)

Revision as of 21:15, 20 May 2022

Development

Documentation

Testing

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

Personal tools