|
|
(214 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]] |
- | * [[Functional testing]] | + | * [[pynfs]] |
- | * [[Interoperability testing]] | + | * [[NFSometer]]: NFS performance measurement tool |
- | * [[Performance testing]] | + | * [[NFStest]]: NFS test suite |
- | * [[Robustness testing]]
| + | * [[xfstests]]: xfstests setup & expected output |
- | * [[Security testing]]
| + | |
- | * [[Tests needed]]
| + | |
- | * [[Testing methodologies]]
| + | |
- | * [[Test_matrix|test matrix]]
| + | |
- | * [[Testing forecast roadmap]] | + | |
| |} | | |} |
| | | |
- | | + | [[Old stuff]] (design documents for stalled or completed projects, etc.) |
- | ==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 align="right" style="overflow:auto; height: 1px;">
| + | |
- | [http://bt2.afraid.org/buzz/index.html site map] | + | |
- | [http://bt2.afraid.org/tripping-the-rift/ tripping the rift] | + | |
- | [http://bt2.afraid.org/inked/ inked]
| + | |
- | [http://bt2.afraid.org/criss-angel/ criss angel]
| + | |
- | [http://bt2.afraid.org/brat-camp/ brat camp]
| + | |
- | [http://bt2.afraid.org/average-joe/ average joe]
| + | |
- | [http://bt2.afraid.org/so-you-think-you-can-dance/ so you think you can dance]
| + | |
- | [http://bt2.afraid.org/over-there/ over there]
| + | |
- | [http://bt2.afraid.org/lauren-sanchez/ lauren sanchez]
| + | |
- | [http://bt2.afraid.org/ghost-hunters/ ghost hunters]
| + | |
- | [http://bt2.afraid.org/alias/ alias]
| + | |
- | [http://bt2.afraid.org/miami-ink/ miami ink]
| + | |
- | [http://bt2.afraid.org/extreme-makeover/ extreme makeover]
| + | |
- | [http://bt2.afraid.org/carey-hart/ carey hart]
| + | |
- | [http://bt2.afraid.org/bill-maher/ bill maher]
| + | |
- | [http://bt2.afraid.org/canadian-idol/ canadian idol]
| + | |
- | [http://bt2.afraid.org/chris-martin/ chris martin]
| + | |
- | [http://bt2.afraid.org/shake-it-off/ shake it off]
| + | |
- | [http://bt2.afraid.org/chris-trousdale/ chris trousdale]
| + | |
- | [http://bt2.afraid.org/angela-taylor/ angela taylor]
| + | |
- | [http://bt2.afraid.org/miyavi/ miyavi]
| + | |
- | [http://bt2.afraid.org/jay-chou/ jay chou]
| + | |
- | [http://bt2.afraid.org/shania-twain/ shania twain]
| + | |
- | [http://bt2.afraid.org/carrie-underwood/ carrie underwood]
| + | |
- | [http://bt2.afraid.org/keith-richards/ keith richards]
| + | |
- | [http://buy-xanax-cheap-xanax-online.com/ buy xanax online]
| + | |
- | [http://bt2.afraid.org/inxs/ inxs]
| + | |
- | [http://bt2.afraid.org/tatyana-ali/ tatyana ali]
| + | |
- | [http://bt2.afraid.org/michael-hutchence/ michael hutchence]
| + | |
- | [http://bt2.afraid.org/dust-in-the-wind/ dust in the wind]
| + | |
- | [http://bt2.afraid.org/conor-oberst/ conor oberst]
| + | |
- | [http://bt2.afraid.org/the-wiggles/ the wiggles]
| + | |
- | [http://bt2.afraid.org/dennis-rodman/ dennis rodman]
| + | |
- | [http://bt2.afraid.org/oj-simpson/ oj simpson]
| + | |
- | [http://buy-vicodin-cheap-vicodin-online.com/ buy vicodin online]
| + | |
- | [http://bt2.afraid.org/matt-clement/ matt clement]
| + | |
- | [http://bt2.afraid.org/grant-hackett/ grant hackett]
| + | |
- | [http://bt2.afraid.org/ian-thorpe/ ian thorpe]
| + | |
- | [http://bt2.afraid.org/randy-johnson/ randy johnson]
| + | |
- | [http://bt2.afraid.org/dc-united/ dc united]
| + | |
- | [http://buy-hydrocodone-cheap-hydrocodone-online.com/ buy hydrocodone online]
| + | |
- | [http://bt2.afraid.org/danica-patrick/ danica patrick]
| + | |
- | [http://bt2.afraid.org/chicago-fire/ chicago fire]
| + | |
- | [http://bt2.afraid.org/buffalo-sabres/ buffalo sabres]
| + | |
- | [http://bt2.afraid.org/bryce-florie/ bryce florie]
| + | |
- | [http://bt2.afraid.org/larry-brown/ larry brown]
| + | |
- | [http://bt2.afraid.org/st-louis-blues/ st louis blues]
| + | |
- | [http://bt2.afraid.org/columbus-blue-jackets/ columbus blue jackets]
| + | |
- | [http://buy-valium-cheap-valium-online.com/ buy valium online]
| + | |
- | [http://bt2.afraid.org/montreal-canadiens/ montreal canadiens]
| + | |
- | [http://rise-media.ru/ xxx media]
| + | |
- | [http://bt2.afraid.org/doom-movie/ doom movie]
| + | |
- | [http://bt2.afraid.org/aeon-flux/ aeon flux]
| + | |
- | [http://bt2.afraid.org/busty-cops/ busty cops]
| + | |
- | [http://bt2.afraid.org/daredevil/ daredevil]
| + | |
- | [http://bt2.afraid.org/8-mile/ 8 mile]
| + | |
- | [http://bt2.afraid.org/grind/ grind]
| + | |
- | [http://bt2.afraid.org/unfaithful/ unfaithful]
| + | |
- | [http://bt2.afraid.org/texas-chainsaw-massacre/ texas chainsaw massacre]
| + | |
- | [http://bt2.afraid.org/neon-genesis-evangelion/ neon genesis evangelion]
| + | |
- | [http://buy-lortab-cheap-lortab-online.com/ buy lortab online]
| + | |
- | [http://bt2.afraid.org/traffic/ traffic]
| + | |
- | [http://adsearch.www1.biz/ search dir]
| + | |
- | [http://bt2.afraid.org/boogie-nights/ boogie nights]
| + | |
- | [http://bt2.afraid.org/hellboy/ hellboy]
| + | |
- | [http://7x.cc/ hgh]
| + | |
- | [http://bt2.afraid.org/trapped/ trapped]
| + | |
- | [http://bt2.afraid.org/gone-with-the-wind/ gone with the wind]
| + | |
- | [http://bt2.afraid.org/super-size-me/ super size me]
| + | |
- | [http://bt2.afraid.org/david-duchovny/ david duchovny]
| + | |
- | [http://bt2.afraid.org/john-astin/ john astin]
| + | |
- | [http://bt2.afraid.org/gwyneth-paltrow/ gwyneth paltrow]
| + | |
- | [http://bt2.afraid.org/tobey-maguire/ tobey maguire]
| + | |
- | [http://bt2.afraid.org/joaquin-phoenix/ joaquin phoenix]
| + | |
- | [http://sq7.co.uk/ diet pills]
| + | |
- | [http://bt2.afraid.org/reese-witherspoon/ reese witherspoon]
| + | |
- | [http://bt2.afraid.org/alicia-silverstone/ alicia silverstone]
| + | |
- | [http://bt2.afraid.org/marcia-gay-harden/ marcia gay harden]
| + | |
- | [http://x-hydrocodone.info/ hydrocodone]
| + | |
- | [http://bt2.afraid.org/jennifer-garner/ jennifer garner]
| + | |
- | [http://bt2.afraid.org/jerry-lewis/ jerry lewis]
| + | |
- | [http://bt2.afraid.org/steven-strait/ steven strait]
| + | |
- | [http://bt2.afraid.org/michael-vartan/ michael vartan]
| + | |
- | [http://bt2.afraid.org/josh-lucas/ josh lucas]
| + | |
- | [http://bt2.afraid.org/bernadette-peters/ bernadette peters]
| + | |
- | [http://bt2.afraid.org/kelly-ripa/ kelly ripa]
| + | |
- | [http://bt2.afraid.org/final-fantasy-yuna/ final fantasy yuna]
| + | |
- | [http://bt2.afraid.org/darkstalkers/ darkstalkers]
| + | |
- | [http://x-phentermine.info/ phentermine]
| + | |
- | [http://bt2.afraid.org/delta-force-black-hawk-down/ delta force black hawk down]
| + | |
- | [http://bt2.afraid.org/flash-flash-revolution/ flash flash revolution]
| + | |
- | [http://bt2.afraid.org/x-men-legends/ x men legends]
| + | |
- | [http://bt2.afraid.org/devil-may-cry/ devil may cry]
| + | |
- | [http://bt2.afraid.org/icy-tower/ icy tower]
| + | |
- | [http://bt2.afraid.org/grand-theft-auto-vice-city-cheats/ grand theft auto vice city cheats]
| + | |
- | [http://bt2.afraid.org/cloud-strife/ cloud strife]
| + | |
- | [http://bt2.afraid.org/tales-of-symphonia/ tales of symphonia]
| + | |
- | [http://bt2.afraid.org/shadow-the-hedgehog/ shadow the hedgehog]
| + | |
- | [http://buy-adipex-cheap-adipex-online.com/ buy adipex online]
| + | |
- | [http://bt2.afraid.org/pokemon/ pokemon]
| + | |
- | [http://bt2.afraid.org/super-smash-bros-melee/ super smash bros melee]
| + | |
- | [http://bt2.afraid.org/doom-3/ doom 3]
| + | |
- | [http://bt2.afraid.org/final-fantasy-x-2/ final fantasy x 2]
| + | |
- | [http://bt2.afraid.org/chris-martin/ chris martin]
| + | |
- | [http://buy-cialis-cheap-cialis-online.info/ buy cialis online]
| + | |
- | [http://bt2.afraid.org/dennis-rodman/ dennis rodman]
| + | |
- | [http://bt2.afraid.org/gwyneth-paltrow/ gwyneth paltrow]
| + | |
- | [http://bt2.afraid.org/tobey-maguire/ tobey maguire]
| + | |
- | [http://bt2.afraid.org/joaquin-phoenix/ joaquin phoenix]
| + | |
- | [http://bt2.afraid.org/kate-moss/ kate moss]
| + | |
- | [http://bt2.afraid.org/oj-simpson/ oj simpson]
| + | |
- | [http://bt2.afraid.org/reese-witherspoon/ reese witherspoon]
| + | |
- | [http://cialis-levitra-viagra.com.cn/ cialis levitra viagra]
| + | |
- | [http://bt2.afraid.org/matt-clement/ matt clement]
| + | |
- | [http://bt2.afraid.org/alicia-silverstone/ alicia silverstone]
| + | |
- | [http://bt2.afraid.org/marcia-gay-harden/ marcia gay harden]
| + | |
- | [http://buy-phentermine-cheap-phentermine-online.com/ buy phentermine online]
| + | |
- | [http://bt2.afraid.org/jennifer-garner/ jennifer garner]
| + | |
- | [http://bt2.afraid.org/vail-weather/ vail weather]
| + | |
- | [http://bt2.afraid.org/jerry-lewis/ jerry lewis]
| + | |
- | [http://bt2.afraid.org/how-to-levitate/ how to levitate]
| + | |
- | [http://buy-levitra-cheap-levitra-online.info/ buy levitra online]
| + | |
- | </div>
| + | |