dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

layout state ids must start wih seqid equal to one (1) #65

Open kofemann opened 6 years ago

kofemann commented 6 years ago

according to rfc7530:

When such a set of locks is first created, the server returns a stateid with a seqid value of one.

This is true for layout state ids as well. However, current implementation returns fresh created layout stateid with seqid equal to two (2).