Ceph storage system
techbar.me
Ceph storage system
1–10 of 19 posts
Re: Ceph storage system
#2GlusterFS, on the other hand, was incredibly easy, although I am not a fan of FUSE due to the high CPU usage.
Re: Ceph storage system
#3Not sure if much has changed, but the last time I tried to install Ceph it wouldn't work under CentOS. That, and it was far too complicated to set up. GlusterFS, on the other hand, was incredibly easy, although I am not a fan of FUSE due to the high CPU usage.
Configuration-wise, Ceph involves quite a bit of voodoo compared to Glusterfs, it's an area where I hope to see some improvement.
Re: Ceph storage system
#4Not sure if much has changed, but the last time I tried to install Ceph it wouldn't work under CentOS. That, and it was far too complicated to set up. GlusterFS, on the other hand, was incredibly easy, although I am not a fan of FUSE due to the high CPU usage.
Re: Ceph storage system
#5Re: Ceph storage system
#6Not sure if much has changed, but the last time I tried to install Ceph it wouldn't work under CentOS. That, and it was far too complicated to set up. GlusterFS, on the other hand, was incredibly easy, although I am not a fan of FUSE due to the high CPU usage.
Ceph has a yum repo for Centos, although Cephfs still does not work (maybe it will be backported to the "ancient" EL6 kernel someday). You can use the fuse client instead. Configuration-wise, Ceph involves quite a bit of voodoo compared to Glusterfs, it's an area where I hope to see some improvement.
Re: Ceph storage system
#7Not sure if much has changed, but the last time I tried to install Ceph it wouldn't work under CentOS. That, and it was far too complicated to set up. GlusterFS, on the other hand, was incredibly easy, although I am not a fan of FUSE due to the high CPU usage.
Re: Ceph storage system
#8Earlier quoted context omitted.
Ceph has a yum repo for Centos, although Cephfs still does not work (maybe it will be backported to the "ancient" EL6 kernel someday). You can use the fuse client instead. Configuration-wise, Ceph involves quite a bit of voodoo compared to Glusterfs, it's an area where I hope to see some improvement.
Is the metadata server still a single point of failure?
Re: Ceph storage system
#9Not sure if much has changed, but the last time I tried to install Ceph it wouldn't work under CentOS. That, and it was far too complicated to set up. GlusterFS, on the other hand, was incredibly easy, although I am not a fan of FUSE due to the high CPU usage.
Ceph is much larger than just the file system (as the article points out). And while many Ceph products/subsystems are used extensively in production environments (RBD block store, RGW, and RADOS), CephFS isn't officially supported as production-ready.
Despite that, we run Hadoop on top of CephFS, and can deal with the occasional metadata server problem. CephFS is actively being hardened.