LWN.net Logo

XFS: the filesystem of the future?

XFS: the filesystem of the future?

Posted Jan 27, 2012 1:18 UTC (Fri) by dgc (subscriber, #6611)
In reply to: XFS: the filesystem of the future? by nix
Parent article: XFS: the filesystem of the future?

> Because NFS is stateless

Right and wrong.

The NFSv3 server is stateless, but the NFSv4 server is stateful to support functionality like file delegations to clients. Such functioanlity may require storing per-file state. e.g. so that the server can revoke a file delegation from a client when another client wants to access it.

Dave.


(Log in to post comments)

XFS: the filesystem of the future?

Posted Jan 27, 2012 22:01 UTC (Fri) by nix (subscriber, #2304) [Link]

True. I'd forgotten all about NFSv4, and you're right that statefulness actually imposes *more* requirements on the underlying fs than statelessness does, because that state has to get stored somewhere, and it has to survive server reboots...

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds