Distributed File System

Posted by abqsysadmin@reddit | sysadmin | View on Reddit | 29 comments

Hey everyone, looking for some advice here I’m looking for a possible solution to a problem I have Currently we have a nfs server that serves shared libraries, stores and serves application related files(images, etc.), this all works fine except this is a single point of failure I have been searching for a POSIX compliant(single namespace) distributed storage solution, that can be accessed via nfs, and has non snapshot based geo replication, and preferably something that has synchronous geo replication although it’s not a hard stop on that. I’ve looked primarily at ceph for obvious reason, biggest downside is cephfs to my knowledge only supports snapshot based replication, I have also looked at ceph-rgw that’s exposed through nfs using ganesha nfs, I had some issues with the latter Any recommendations would be amazing, thank you.