From c19935cd09ad1f821c7648d2e08eb7dcce0b7f38 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Thu, 3 Oct 2013 13:30:18 -0700 Subject: [PATCH] doc: Fixed typo. Signed-off-by: John Wilkins --- doc/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 9f57bbbd58aed..988475f53b672 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -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 -- 2.39.5