mirror of
https://github.com/ceph/ceph
synced 2025-03-05 15:58:41 +00:00
doc: Fixed typo.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
9ab05312a6
commit
c19935cd09
@ -387,7 +387,7 @@ steps to compute PG IDs.
|
||||
#. CRUSH calculates the hash modulo the number of OSDs. (e.g., ``0x58``) to get
|
||||
a PG ID.
|
||||
#. CRUSH gets the pool ID given the pool name (e.g., "liverpool" = ``4``)
|
||||
#. CRUSH prepends the pool ID to the pool ID to the PG ID (e.g., ``4.0x58``).
|
||||
#. CRUSH prepends the pool ID to the PG ID (e.g., ``4.0x58``).
|
||||
|
||||
Computing object locations is much faster than performing object location query
|
||||
over a chatty session. The :abbr:`CRUSH (Controlled Replication Under Scalable
|
||||
|
Loading…
Reference in New Issue
Block a user