The 2007 Linux Storage and File Systems Workshop
Posted Mar 21, 2007 0:02 UTC (Wed) by
saffroy (subscriber, #43999)
In reply to:
The 2007 Linux Storage and File Systems Workshop by bronson
Parent article:
The 2007 Linux Storage and File Systems Workshop
"There's no good solution today."
Of course there is one, it's called OpenAFS. Except installing and managing an AFS cell is not quite easy (although the Debian packager provides useful scripts to quickly start a simple server)...
But AFS has its share of good features:
- good Linux and Windows clients (and other *nixes as well)
- Kerberos authentication
- powerful ACLs
- excellent scalability: large sites (MIT, CMU...) run cells with thousands of clients (and several servers sharing the load of course)
- client-side caching using local storage
- the namespace is global, users can use the same paths on all clients
- data is organized in volumes (subtrees) that can be mounted anywhere in the global namespace, both by admins and users
- volumes can be snapshotted, and users can mount snapshots (no need for the admin to restore from tapes when user accidentally deletes a file and notices immediately)
...and more. :)
I've used OpenAFS on Linux for years, and never complained (it helps that I have a competent and knowledgeable admin).
(
Log in to post comments)