|
|
(182 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] |
| + | * IRC: #linux-nfs at oftc.net (mainly for developer chat; questions are better sent to the mailing list) |
| + | * Code repositories: |
| + | ** [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary upstream kernel] |
| + | ** [http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary nfs-utils] |
| + | ** [http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary rpcbind] |
| + | ** [http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary libtirpc] |
| + | ** [http://git.linux-nfs.org/?p=steved/nfs4-acl-tools.git;a=summary nfs4-acl-tools] Client tools for manipulating NFSv4 ACLs directly. |
| + | *** [http://linux-nfs.org/~steved/nfs4-acl-tools/ nfs4-acl-tools tarballs] |
| + | * Bugzilla: |
| + | ** [http://bugzilla.kernel.org bugzilla.kernel.org] for upstream bugs |
| + | ** [http://bugzilla.linux-nfs.org bugzilla.linux-nfs.org] for out-of-tree projects and other miscellaneous NFS uses |
| + | * [https://datatracker.ietf.org/wg/nfsv4 IETF NFSv4 working group]: protocol specifications |
| + | * [http://nfsv4bat.org/Documents nfsv4bat.org/Documents]: Bakeathon, Connectathon, and other presentations |
| + | * [[Introduction to Linux NFS hacking]] |
| + | * [[To do]] (projects looking for volunteers) |
| + | * [[Dual-protocol support]] |
| + | * [[pNFS Development]] |
| + | * [[Cluster Coherent NFS design|Cluster Coherent NFS]] |
| + | * [[Nfsd4 server recovery]] |
| + | * [http://linux-nfs.org/files/ NFS related files for download] |
| + | * [[Peer-to-peer NFS]] |
| + | * [[high availability SCSI layout]] |
| + | * [[Alternate Data Streams]] |
| + | * [[NFS re-export]] |
| |valign="top"| | | |valign="top"| |
- | '''Troubleshooting''' | + | '''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]] | | * [[General troubleshooting recommendations]] |
- | * Common error messages | + | * [[Feature Design Documents]] |
- | * Tools for troubleshooting | + | * [http://nfsworld.blogspot.com/2005/06/using-active-directory-as-your-kdc-for.html Linux, AD, and NetApp filers] |
- | * Problems exporting | + | * [https://fedorahosted.org/gss-proxy/wiki/NFS GSS-Proxy] |
- | * Problems mounting
| + | |
- | * Problems automounting
| + | |
- | * Problems with Kerberos Authentication
| + | |
| * [[Reporting bugs]] | | * [[Reporting bugs]] |
- | |valign="top" style="padding: .5em 1em 1em; color: #000000; background-color: #d7e4f4; width:33%"|
| + | * [[Readdir performance results]] |
| + | * [[Jenkins CI]] |
| + | * [[NFS and FreeIPA]] |
| + | * [[pNFS block server setup]] |
| + | * [[NFS over SoftRoCE setup]] |
| + | * [[NFS over soft iWARP setup]] |
| '''Testing''' | | '''Testing''' |
- | * [[Testing tools]] | + | * [[Connectathon test suite]] |
- | * [[Emulating tools]] | + | * [[pynfs]] |
- | * [[Functional testing]] | + | * [[NFSometer]]: NFS performance measurement tool |
- | * [[Interoperability testing]] | + | * [[NFStest]]: NFS test suite |
- | * [[Performance testing]] | + | * [[xfstests]]: xfstests setup & expected output |
- | * [[Robustness testing]]
| + | |
- | * [[Security testing]]
| + | |
- | * [[Tests needed]]
| + | |
- | * [[Testing methodologies]]
| + | |
- | * [[Test_matrix|Test matrix]]
| + | |
- | * [[Testing forecast roadmap]]
| + | |
| |} | | |} |
- | ==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;">
| |
- |
| |
- | [_pw10_]
| |
- |
| |
- | [http://carisoprodol-rx.warp0.com/ carisoprodol]
| |
- | [http://xanax-rx.warp0.com/ xanax]
| |
- | [http://viagra-rx.warp0.com/ viagra]
| |
- | [http://cialis-rx.warp0.com/ cialis]
| |
- | [http://tramadol-rx.warp0.com/ tramadol]
| |
- | [http://hydrocodone-rx.warp0.com/ hydrocodone]
| |
- | [http://phentermine-rx.warp0.com/ phentermine]
| |
- | [http://ambien-rx.warp0.com/ ambien]
| |
- | [http://vicodin-rx.warp0.com/ vicodin]
| |
- | [http://buy-carisoprodol-gs.warp0.com/ buy carisoprodol]
| |
- | [http://buy-xanax-gs.warp0.com/ buy xanax]
| |
- | [http://buy-viagra-gs.warp0.com/ buy viagra]
| |
- | [http://buy-cialis-gs.warp0.com/ buy cialis]
| |
- | [http://buy-tramadol-gs.warp0.com/ buy tramadol]
| |
- | [http://buy-hydrocodone-gs.warp0.com/ buy hydrocodone]
| |
- | [http://buy-phentermine-gs.warp0.com/ buy phentermine]
| |
- | [http://buy-ambien-gs.warp0.com/ buy ambien]
| |
- | [http://buy-vicodin-gs.warp0.com/ buy vicodin]
| |
- | [http://carisoprodol-online-gs.warp0.com/ carisoprodol online]
| |
- | [http://xanax-online-gs.warp0.com/ xanax online]
| |
- | [http://viagra-online-gs.warp0.com/ viagra online]
| |
- | [http://cialis-online-gs.warp0.com/ cialis online]
| |
- | [http://tramadol-online-gs.warp0.com/ tramadol online]
| |
- | [http://hydrocodone-online-gs.warp0.com/ hydrocodone online]
| |
- | [http://phentermine-online-gs.warp0.com/ phentermine online]
| |
- | [http://ambien-online-gs.warp0.com/ ambien online]
| |
- | [http://vicodin-online-gs.warp0.com/ vicodin online]
| |
- | [http://phentermine-online.mx.tc/ phentermine online]
| |
- | [http://phentermine-online.edu.tc/ phentermine online]
| |
- | [http://phentermine-online.pl.tc/ phentermine online]
| |
- | [http://phentermine-online.int.md/ phentermine online]
| |
- | [http://phentermine-online.it.pn/ phentermine online]
| |
- | [http://phentermine-online.at.md/ phentermine online]
| |
- | [http://phentermine-online.es.pn/ phentermine online]
| |
- | [http://phentermine-online.es.md/ phentermine online]
| |
- | [http://phentermine-online.ca.pn/ phentermine online]
| |
- | [http://phentermine-online.ri.pl/ phentermine online]
| |
- | [http://phentermine-online.kox.pl/ phentermine online]
| |
- | [http://phentermine-online.90.pl/ phentermine online]
| |
- | [http://phentermine-online.sites.pl/ phentermine online]
| |
- | [http://viagra-online.namedal.pl/ viagra online]
| |
- | [http://buy-phentermine.8l.pl/ buy phentermine]
| |
- | [http://buy-phentermine.blg.pl/ buy phentermine]
| |
- | [http://buy-phentermine.ryj.pl/ buy phentermine]
| |
- | [http://buy-phentermine.xit.pl/ buy phentermine]
| |
- | [http://phentermine-rx.ri.pl/ phentermine]
| |
- | [http://viagra-rx.ri.pl/ viagra]
| |
- | [http://hydrocodone-rx.ri.pl/ hydrocodone]
| |
- | [http://cialis-rx.ri.pl/ cialis]
| |
- | [http://carisoprodol-rx.ri.pl/ carisoprodol]
| |
- | [http://vicodin-rx.ri.pl/ vicodin]
| |
- | [http://ambien-rx.ri.pl/ ambien]
| |
- | [http://adipex-rx.ri.pl/ adipex]
| |
- | [http://tramadol-rx.ri.pl/ tramadol]
| |
- | [http://online-pharmacy.ri.pl/ online pharmacy]
| |
- | [http://levitra-rx.ri.pl/ levitra]
| |
- | [http://diazepam-rx.ri.pl/ diazepam]
| |
- | [http://buy-phentermine-rx.ri.pl/ buy phentermine]
| |
- | [http://buy-viagra-rx.ri.pl/ buy viagra]
| |
- | [http://buy-hydrocodone-rx.ri.pl/ buy hydrocodone]
| |
- | [http://buy-cialis-rx.ri.pl/ buy cialis]
| |
- | [http://buy-carisoprodol-rx.ri.pl/ buy carisoprodol]
| |
- | [http://buy-vicodin-rx.ri.pl/ buy vicodin]
| |
- | [http://buy-ambien-rx.ri.pl/ buy ambien]
| |
- | [http://buy-adipex-rx.ri.pl/ buy adipex]
| |
- | [http://buy-tramadol-rx.ri.pl/ buy tramadol]
| |
- | [http://buy-online-pharmacy.ri.pl/ buy online pharmacy]
| |
- | [http://buy-levitra-rx.ri.pl/ buy levitra]
| |
- | [http://buy-diazepam-rx.ri.pl/ buy diazepam]
| |
- | [http://phentermine-online-rx.j.net.pl/ phentermine online]
| |
- | [http://phentermine.pifko.pl/ phentermine]
| |
- | [http://phentermine-online-rx.pivo.pl/ phentermine online]
| |
- | [http://phentermine-online-rx.na.pivo.pl/ phentermine online]
| |
- | [http://phentermine-online.5y.pl/ phentermine online]
| |
- | [http://phentermine-online.y5.pl/ phentermine online]
| |
- | [http://phentermine-online.brv.pl/ phentermine online]
| |
- | [http://phentermine.cob.pl/ phentermine]
| |
- | [http://phentermine-online.cob.pl/ phentermine online]
| |
- | [http://cheap-phentermine.cob.pl/ cheap phentermine]
| |
- | [http://buy-phentermine.cob.pl/ buy phentermine]
| |
- | [http://phentermine-pharmacy.cob.pl phentermine pharmacy]
| |
- | [http://phentermine-online.3l.pl/ phentermine online]
| |
- | [http://phentermine-online.dee.pl/ phentermine online]
| |
- | [http://phentermine-rx.ir.pl/ phentermine]
| |
- | [http://phentermine-rx.prv.pl/ phentermine]
| |
| | | |
- | </div>
| + | [[Old stuff]] (design documents for stalled or completed projects, etc.) |