]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update pools documentation 1886/head
authorKevin Dalley <kevin@kelphead.org>
Thu, 29 May 2014 21:56:06 +0000 (14:56 -0700)
committerKevin Dalley <kevin@kelphead.org>
Thu, 29 May 2014 21:56:06 +0000 (14:56 -0700)
set=>get in "Get Pool Values"
grep for 'replicated size', not 'rep size'

Signed-off-by: Kevin Dalley <kevin@kelphead.org>
doc/rados/operations/pools.rst

index 43e811a37b54f5a1f9c141407f1a7685e80e5b9a..19d13bfc3068e7418255658a866349dee0ab46a9 100644 (file)
@@ -396,7 +396,7 @@ You may set values for the following keys:
 Get Pool Values
 ===============
 
-To set a value to a pool, execute the following:: 
+To get a value from a pool, execute the following:: 
 
        ceph osd pool get {pool-name} {key}
        
@@ -445,13 +445,13 @@ Get the Number of Object Replicas
 
 To get the number of object replicas, execute the following:: 
 
-       ceph osd dump | grep 'rep size'
+       ceph osd dump | grep 'replicated size'
        
-Ceph will list the pools, with the ``rep size`` attribute highlighted.
-By default, ceph Creates one replica of an object (a total of two copies, or 
-a size of 2).
+Ceph will list the pools, with the ``replicated size`` attribute highlighted.
+By default, ceph Creates two replicas of an object (a total of three copies, or 
+a size of 3).
 
 
 
 .. _Pool, PG and CRUSH Config Reference: ../../configuration/pool-pg-config-ref
-.. _Bloom Filter: http://en.wikipedia.org/wiki/Bloom_filter
\ No newline at end of file
+.. _Bloom Filter: http://en.wikipedia.org/wiki/Bloom_filter