Ceph is a unified distributed storage system that provides object storage, block storage, and file storage functionality. It uses a distributed object store called RADOS that is comprised of self-managing storage nodes. Ceph uses a CRUSH algorithm to determine data placement across nodes and ensures data is replicated according to a replication policy. It uses a monitor to maintain cluster state and provide consensus across nodes.
Related topics: