]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: the client inputs the pool name instead of pool ID 17672/head
authorFrank Yu <flyxiaoyu@gmail.com>
Tue, 12 Sep 2017 15:04:14 +0000 (23:04 +0800)
committerFrank Yu <flyxiaoyu@gmail.com>
Tue, 12 Sep 2017 15:04:14 +0000 (23:04 +0800)
Signed-off-by: Frank Yu <flyxiaoyu@gmail.com>
doc/architecture.rst

index f9bdfa2823aba77d3cc550c35627a4e81e3db316..b6cc28333484e1125c7ecd4cbaff10406c695cc4 100644 (file)
@@ -536,7 +536,7 @@ it calculates a placement group using the object name, a hash code, the
 number of PGs in the pool and the pool name. Ceph clients use the following
 steps to compute PG IDs.
 
-#. The client inputs the pool ID and the object ID. (e.g., pool = "liverpool" 
+#. The client inputs the pool name and the object ID. (e.g., pool = "liverpool" 
    and object-id = "john")
 #. Ceph takes the object ID and hashes it.
 #. Ceph calculates the hash modulo the number of PGs. (e.g., ``58``) to get