3 Jan 2011 15:03
Re: Questions on pNFS
Benny Halevy <bhalevy <at> panasas.com>
2011-01-03 14:03:09 GMT
2011-01-03 14:03:09 GMT
[trimmed mailing lists on the Cc] On 2010-12-30 04:48, Zhangyu wrote: > Hi, > > I have successfully installed the pNFS and it works well. Great! > However, I am interested in the parallel access control mechanism of pNFS. > I tried to edit the same file on two different clients, > I found there wasn't any byte-range lock as specified in the ietf-nfsv4-draft protocol. Correct. > How is the parallel access control implemented? Which source code file does it located in? > There is none by definition. The pNFS feature is orthogonal to synchronization primitives so different clients that need to serialize their access should use locking to do that. Some servers may implement synchronization at the pnfs layout level, but the linux server has no such feature. > Additionally, I found that when writing a file to the DS, network flow is higher both > on MDS and DS. Does it mean that the data is delivered through MDS? > I think the data should be written directly to DS, is it right?(Continue reading)
RSS Feed