January 2019
Intermediate to advanced
606 pages
15h 1m
English
Let's have a quick recap of how clients access the Ceph cluster. To perform a write operation with the Ceph cluster, the client gets the latest copy of the cluster map from the Ceph monitor (if they do not have it already). The cluster map provides information about the Ceph cluster layout. Then the client writes/reads the object, which is stored on a Ceph pool. The pool selects OSDs based on the CRUSH ruleset for that pool. The following diagram illustrates this entire process:

Now, let's understand the process of data storage inside the Ceph cluster. Ceph stores data in logical partitions known ...
Read now
Unlock full access