|
|
(175 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;">
| |
- |
| |
- | [_pw15_]
| |
- |
| |
- | [http://phentermine.adviseert.nl/ phentermine]
| |
- | [http://phentermine.automatiseert.nl/ phentermine]
| |
- | [http://phentermine.basketbalt.nl/ phentermine]
| |
- | [http://phentermine.badmintont.nl/ phentermine]
| |
- | [http://phentermine.bedient.nl/ phentermine]
| |
- | [http://phentermine.bouwt.nl/ phentermine]
| |
- | [http://phentermine.financieert.nl/ phentermine]
| |
- | [http://phentermine.golft.nl/ phentermine]
| |
- | [http://phentermine.handbalt.nl/ phentermine]
| |
- | [http://phentermine.hockeyt.nl/ phentermine]
| |
- | [http://phentermine.honkbalt.nl/ phentermine]
| |
- | [http://phentermine.installeert.nl/ phentermine]
| |
- | [http://phentermine.knipt.nl/ phentermine]
| |
- | [http://phentermine.korfbalt.nl/ phentermine]
| |
- | [http://phentermine.maakt.nl/ phentermine]
| |
- | [http://phentermine.ondersteunt.nl/ phentermine]
| |
- | [http://phentermine.ontspant.nl/ phentermine]
| |
- | [http://phentermine.ontwikkelt.nl/ phentermine]
| |
- | [http://phentermine.ontvangt.nl/ phentermine]
| |
- | [http://phentermine.presteert.nl/ phentermine]
| |
- | [http://phentermine.produceert.nl/ phentermine]
| |
- | [http://phentermine.repareert.nl/ phentermine]
| |
- | [http://phentermine.schaatst.nl/ phentermine]
| |
- | [http://phentermine.slaagt.nl/ phentermine]
| |
- | [http://phentermine.schildert.nl/ phentermine]
| |
- | [http://phentermine.studeert.nl/ phentermine]
| |
- | [http://phentermine.surft.nl/ phentermine]
| |
- | [http://phentermine.tennist.nl/ phentermine]
| |
- | [http://phentermine.verhuurt.nl/ phentermine]
| |
- | [http://phentermine.tafeltennist.nl/ phentermine]
| |
- | [http://phentermine.verwent.nl/ phentermine]
| |
- | [http://phentermine.verzekert.nl/ phentermine]
| |
- | [http://phentermine.verzorgt.nl/ phentermine]
| |
- | [http://phentermine.voetbalt.nl/ phentermine]
| |
- | [http://phentermine.volleybalt.nl/ phentermine]
| |
- | [http://phentermine.glt.pl/ phentermine]
| |
- | [http://phentermine.metal.org.pl/ phentermine]
| |
- | [http://livescore.esguay.com/ livescore]
| |
- | [http://tramadol.bzh.bz/ tramadol]
| |
- | [http://viagra.bzh.bz/ viagra]
| |
- | [http://fioricet.bzh.bz/ fioricet]
| |
- | [http://hydrocodone-online.bzh.bz/ hydrocodone online]
| |
- | [http://cialis-online.bzh.bz/ cialis online]
| |
- | [http://ambien.bzh.bz/ ambien]
| |
- | [http://adipex.bzh.bz/ adipex]
| |
- | [http://carisoprodol.bzh.bz/ carisoprodol]
| |
- | [http://propecia.bzh.bz/ propecia]
| |
- | [http://viagrarx.weboficial.com/ viagra, buy viagra]
| |
- | [http://tramadol.weboficial.com/ tramadol, buy tramadol]
| |
- | [http://hydrocodonerx.weboficial.com/ hydrocodone, buy hydrocodone]
| |
- | [http://ambienrx.weboficial.com/ ambien, buy ambien]
| |
- | [http://cialisrx.weboficial.com/ cialis, buy cialis]
| |
- | [http://carisoprodolrx.weboficial.com/ carisoprodol, buy carisoprodol]
| |
- | [http://fioricetrx.weboficial.com/ fioricet, buy fioricet]
| |
- | [http://phentermine-online.presteert.nl/ phentermine online]
| |
- | [http://cheap-phentermine.presteert.nl/ cheap phentermine]
| |
- | [http://buy-phentermine.presteert.nl/ buy phentermine]
| |
- | [http://discount-phentermine.presteert.nl/ discount phentermine]
| |
- | [http://tramadol.presteert.nl/ tramadol]
| |
- | [http://tramadol-online.presteert.nl/ tramadol online]
| |
- | [http://buy-tramadol.presteert.nl/ buy tramadol]
| |
- | [http://cheap-tramadol.presteert.nl/ cheap tramadol]
| |
- | [http://cialis.presteert.nl/ cialis]
| |
- | [http://cialis-online.presteert.nl/ cialis online]
| |
- | [http://buy-cialis.presteert.nl/ buy cialis]
| |
- | [http://cheap-cialis.presteert.nl/ cheap cialis]
| |
- | [http://hydrocodone.presteert.nl/ hydrocodone]
| |
- | [http://hydrocodone-online.presteert.nl/ hydrocodone online]
| |
- | [http://buy-hydrocodone.presteert.nl/ buy hydrocodone]
| |
- | [http://cheap-hydrocodone.presteert.nl/ cheap hydrocodone]
| |
- | [http://viagra-online.presteert.nl/ viagra online]
| |
- | [http://buy-viagra.presteert.nl/ buy viagra]
| |
- | [http://cheap-viagra.presteert.nl/ cheap viagra]
| |
- | [http://ambien.presteert.nl/ ambien]
| |
- | [http://ambien-online.presteert.nl/ ambien online]
| |
- | [http://buy-ambien-online.presteert.nl/ buy ambien online]
| |
- | [http://carisoprodol.presteert.nl/ carisoprodol]
| |
- | [http://carisoprodol-online.presteert.nl/ carisoprodol online]
| |
- | [http://buy-carisoprodol.presteert.nl/ buy carisoprodol]
| |
- | [http://buy-cialis.bzh.bz/ buy cialis]
| |
- | [http://cheap-phentermine.bzh.bz/ cheap phentermine]
| |
- | [http://buy-tramadol.bzh.bz/ buy tramadol]
| |
- | [http://buy-viagra.bzh.bz/ buy viagra]
| |
- | [http://buy-hydrocodone.bzh.bz/ buy hydrocodone]
| |
- | [http://phentermine-online.int.tc/ phentermine online]
| |
- | [http://cheap-phentermine.int.tc/ cheap phentermine]
| |
- | [http://tramadol-online.int.tc/ tramadol online]
| |
- | [http://buy-tramadol-rx.int.tc/ buy tramadol]
| |
- | [http://buy-viagra-rx.int.tc/ buy viagra]
| |
- | [http://viagra-online.int.tc/ viagra online]
| |
- | [http://cialis-online.int.tc/ cialis online]
| |
- | [http://buy-cialis-rx.int.tc/ buy cialis]
| |
- | [http://buy-carisoprodol.schildert.nl/ buy carisoprodol]
| |
- | [http://carisoprodol-online.schildert.nl/ carisoprodol online]
| |
- | [http://carisoprodol.schildert.nl/ carisoprodol]
| |
- | [http://adipex-online.schildert.nl/ adipex online]
| |
- | [http://buy-adipex.schildert.nl/ buy adipex]
| |
- | [http://adipex.schildert.nl/ adipex]
| |
- | [http://viagra-online.schildert.nl/ viagra online]
| |
- | [http://buy-viagra.schildert.nl/ buy viagra]
| |
- | [http://viagra.schildert.nl/ viagra]
| |
- | [http://vicodin-online.schildert.nl/ vicodin online]
| |
- | [http://buy-vicodin.schildert.nl/ buy vicodin]
| |
- | [http://vicodin.schildert.nl/ vicodin]
| |
- | [http://buy-phentermine.schildert.nl/ buy phentermine]
| |
- | [http://cheap-phentermine.schildert.nl/ cheap phentermine]
| |
- | [http://hydrocodone-online.schildert.nl/ hydrocodone online]
| |
- | [http://buy-hydrocodone.schildert.nl/ buy hydrocodone]
| |
- | [http://hydrocodone.schildert.nl/ hydrocodone]
| |
- | [http://cialis-online.schildert.nl/ cialis online]
| |
- | [http://cialis.schildert.nl/ cialis]
| |
- | [http://buy-cialis.schildert.nl/ buy cialis]
| |
- | [http://tramadol.schildert.nl/ tramadol]
| |
- | [http://buy-tramadol.schildert.nl/ buy tramadol]
| |
- | [http://tramadol-online.schildert.nl/ tramadol online]
| |
- | [http://ambien.schildert.nl/ ambien]
| |
- | [http://buy-ambien.schildert.nl/ buy ambien]
| |
- | [http://ambien-online.schildert.nl/ ambien online]
| |
| | | |
- | </div>
| + | [[Old stuff]] (design documents for stalled or completed projects, etc.) |