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 - Trying to examine snoop output for DS to MDS communication

Oct 14, 5:56 PM

I decided to do a massive snoop session as I brought 2 DSes online with 2 storage pools each. I wanted to see the transactions go across the wire. Then I found out that snoop doesn't know about our ...

tdh - Data structures for DS_REPORTAVAIL

Oct 14, 8:40 AM

A DS communicates the data server storage associated with it to the MDS. (We'll look at this in more depth later.) It does that via an RPC call -- DS_REPORTAVAIL. Here are the associated structures ...

tdh - I've been meaning to learn more about RBAC

Oct 13, 10:30 PM

If you also have been meaning to learn more about RBAC, a good start would be: Introducing pfexec, a Convenient Utility in the OpenSolaris OS By Joerg Moellenkamp, with contributions from Marina Sum, ...

tdh - ds_addr_t is now da_addrlist_t

Oct 13, 12:57 PM

As a group, we decided to change ds_addr_t to ds_addrlist_t to avoid confusion with struct ds_addr . The OpenSolaris gate has those changes already. Originally posted on Kool Aid Served Daily ...

tdh - Restarting with mds_gather_devs

Oct 12, 7:11 PM

Time to pick back up on that analysis, but remembering that ds_addr is different than ds_addr_t . mds_gather_devs Note, we are in usr/src/uts/common/fs/nfs/nfs41_state.c ... So mds_gather_devs does ...