On Tue, Jul 07, 2020 at 10:10:07AM -0500, Patrick Goetz wrote: > > > On 7/6/20 3:27 PM, J. Bruce Fields wrote: > >On Mon, Jul 06, 2020 at 02:57:52PM -0500, Patrick Goetz wrote: > >>On 7/6/20 12:18 PM, J. Bruce Fields wrote: > >>> > >>>Note, by the way, that fsid=0 thing was required for nfsv4 exports years > >>>ago, but no longer is. It's usually better not to bother with that. > >> > >>Are we ever going to get some solid up-to-date NFSv4/pNFS > >>documentation? I'm sufficiently frustrated to write it myself, but > >>am not 100% sure where to start. > > > >I guess the places I'd start would be the man pages (original source is > >nfs-utils, git://linux-nfs.org/~steved/nfs-utils) or wiki.linux-nfs.org. > > > >But, I don't know, you may be in a better place to position to know what > >gaps you want filled--where are you looking for documentation, and what > >are you not finding? > > > >--b. > > > > Well, a good example is the fsid=0 thing. Where is it documented > that this is no longer needed? I'm 100% certain I've read through > all the man pages I could find several times. For man pages, this belongs in exports(5). Looks like the description of the "fsid" option in exports(5) is out of date. Might also be worth googling around to see if there are some HOWTO's out there that could be updated. You can find out when the change was made by grepping for "NFSEXP_V4ROOT" in kernel and nfs-utils source. Looks like it was 2009, kernel and nfs-utils versions 2.6.33 and 1.2.2 respectively. --b.