Distributed File Systems

Has anyone had the opportunity to mess with any distributed file systems with FreeBSD? If so, what are some recommendations? What snags are to be expected, and stability is key. I've no real reason to implement a DFS system, other than my own knowledge and some bragging rights maybe, but my requirements will be pull cross platform usability, as in FreeBSD, Linux and Windows clients, access from within certain jails, etc etc. I am aware of GlusterFS but there seems to be issues with stability and it seems to be a prejudice toward Linux with regards to clients. From my admittedly limited research thus far, it uses FUSE and FUSE on FreeBSD is still unstable. (Correct me if I am incorrect.) Any information would be greatly appreciated.
 
While NFS may not be sexy enough for this and it's client/server model, if you include cross platform usability as a requirement that's pretty much where you will end up.

Coda support in the base system. I haven't used it much, but support appears to be sketchy at best across different OS's.

http://www.coda.cs.cmu.edu/

/usr/src/sys/fs/coda
 
Well, I already have a NFS and Samba setup in place. I am looking for something to geek with to improve my overall knowledge of UNIX systems. I guess I can give GlusterFS and Hadoop a shot with ZFS. See how all the turns out. At the end of the day, it's just about learning cool stuff to play with. Anyone with experience or advice, please; do share. :)
 
Back
Top