|
|
(177 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;">
| |
- |
| |
- | [http://ritalin-without-prescription.contact.cc ritalin without prescription]
| |
- | [http://snorting-ritalin.contact.cc snorting ritalin]
| |
- | [http://order-ritalin-online.contact.cc order ritalin online]
| |
- | [http://buy-bontril.contact.cc buy bontril]
| |
- | [http://buy-lipitor.contact.cc buy lipitor]
| |
- | [http://paxil-cr.contact.cc paxil cr]
| |
- | [http://paxil-without-prescription.contact.cc paxil without prescription]
| |
- | [http://percocet-without-prescription.contact.cc percocet without prescription]
| |
- |
| |
- | </div>
| |
- | <div style="overflow: auto; height: 1px;">
| |
- |
| |
- | [_pw13_]
| |
- |
| |
- | [http://phentermine-online.ri.pl/ phentermine online]
| |
- | [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.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.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://online-texas-holdem.albavin.net/ online texas holdem]
| |
- | [http://online-texas-holdem.fajtori.net/ online texas holdem]
| |
- | [http://online-texas-holdem.hapesira.com/ online texas holdem]
| |
- | [http://online-texas-holdem.hapesira.net/ online texas holdem]
| |
- | [http://online-texas-holdem.ilirus.com/ online texas holdem]
| |
- | [http://texas-holdem.bizopro.com/ texas holdem]
| |
- | [http://texas-holdem.gsiuh.com/ texas holdem]
| |
- | [http://texas-holdem.mebbsa.com/ texas holdem]
| |
- | [http://online-texas-holdem.funky1.com/ online texas holdem]
| |
- | [http://online-texas-holdem.duzz.org/ online texas holdem]
| |
- | [http://online-texas-holdem.axx.at/ online texas holdem]
| |
- | [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]
| |
| | | |
- | </div>
| + | [[Old stuff]] (design documents for stalled or completed projects, etc.) |