OpenSolaris

  subsites   code review   repo   packages   bugs   defect   polls   planet
You are not signed in. Sign in or register.

OpenSolaris Community: NFS

View the leaders for this community
Community Observers

Endorsed projects

The Network File System (NFS) has existed in one version or another since 1985. The OpenSolaris implementation includes support for NFS versions 2, 3 and 4. NFS version 4 is the area where most of the development activity exists. There is ongoing work within the IETF in interpreting the current NFSv4 specification and defining extensions or minor versions for NFSv4.

The very nature of NFS, sharing of filesystems, has led to the development of an NFS community that consists of the various platform implementations. Once a year, that community comes together to do interoperability testing at Connectathon'™'.

See the XNFS docs here:

Visit the discussion forum

For Linux specific NFS Issues there is a mail list here

News

Article: The Management of NFS Performance With Solaris ZFS | Solaris Developer Network | 07/03/2007

Several scaling factors, most recently Solaris ZFS file systems, have exposed Network File System (NFS) performance issues. This article provides an overview of the algorithmic changes to solving these issues.

Blogs

tdh - Understanding layout creation to understand what spe will have to do

Oct 10, 11:41 PM

In my task list for spe, a large item has been how to tie it into the current code base - you might have seen me reference it as translating data path to guid. To do that, I've had to understand what ...

tdh - nfs41-gate is branch merded with snv_100

Oct 9, 3:27 PM

I just merged the nfs41-gate with the snv_100 tagged onnv-gate. This caused me to bump the closedv tag to 2 in the nfs41-gate. You can refresh your copies of our closed-bins at ...

tdh - Pushed out the changes for 6751438 mirror mounted mountpoints panic when umounted

Oct 9, 9:22 AM

6751438 mirror mounted mountpoints panic when umounted , finally got through the code review process, the RTI process, etc. I wanted to get this into snv_101 because that is the candidate to become ...

tdh - A better fix for that non-responsive tool repository

Oct 9, 6:57 AM

I ran into another machine which got stuck on that 'hg style' issue I reported in Getting around a tool repository which is not updating and I got mad enough to start looking at it. We've still got ...

tdh - Another reader suggestion for the Python script

Oct 8, 11:10 PM

So Justin suggested: try template = """"%(started)s - %(ended)s: %(title)s for %(company)s %(jobdesc)s""" print template % row I'm trying to capture what he put in, the line wrap on the ...