|
|
Subscribe / Log in / New account

An introduction to GlusterFS

An introduction to GlusterFS

Posted Mar 26, 2015 10:29 UTC (Thu) by exazoid (subscriber, #54198)
Parent article: An introduction to GlusterFS

I mainly have two issues with GlusterFS:

1) GlusterFS was a CA-system (in the CAP-theorem way), which means that availability is favored over consistency (i.e. split-brains are possible). In ceph, which is a CP-system, split-brains are impossible, but the cluster is considered down, if consensus (majority) cannot be reached

2) Last I checked, it was the *clients* job to do all copies, and "patrolling" is only done when accessing data (i.e. silent bitrot is possible). Ceph on the other hand has the duplication (and re-duplication in case of trouble) as part of the servers. Also in ceph, patrol-reads are a standard feature (and done server-side).

I thus strongly prefer Ceph, even if I have not affiliation to either..

Please correct me, if my understanding is wrong...


to post comments


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