Re: NFS Mount Option 'nofsc'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





-------- Original Message --------
Subject: Re: NFS Mount Option 'nofsc'
From: Chuck Lever <chuck.lever@xxxxxxxxxx>
To: Derek McEachern <derekm@xxxxxx>
CC: "Myklebust, Trond" <Trond.Myklebust@xxxxxxxxxx>, "linux-nfs@xxxxxxxxxxxxxxx" <linux-nfs@xxxxxxxxxxxxxxx>
Date: Wednesday, February 08, 2012 2:00:24 PM
On Feb 8, 2012, at 2:52 PM, Derek McEachern wrote:

If 'nofsc' disables file caching on the client's local disk does that mean that write from userspace could go to kernel memory, then potentially to client's local disk, before being committed over network to the nfs server?

This seems really odd. What would be the use case for this?
With "fsc", writes are indeed slower, but reads of a very large file that rarely changes are on average much better.  If a file is significantly larger than a client's page cache, a client can cache that file on its local disk, and get local read speeds instead of going over the wire.

Additionally if multiple clients have to access the same large file, it reduces the load on the storage server if they have their own local copies of that file, since the file is too large for the clients to cache in their page cache.  This also has the benefit of keeping the file data cached across client reboots.

This feature is an optimization for HPC workloads, where a large number of clients access very large read-mostly datasets on a handful of storage servers.  The clients' local fsc absorbs much of the aggregate read workload, allowing storage servers to scale to a larger number of clients.


Thank you, this makes sense for 'fsc'. I'm going to assume then that the default is 'nofsc' if nothing is specified.

Derek


--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux