]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Clarify "pool size", copies, and replicas more
authorDan Mick <dan.mick@inktank.com>
Thu, 8 Nov 2012 01:05:22 +0000 (17:05 -0800)
committerDan Mick <dan.mick@inktank.com>
Thu, 8 Nov 2012 01:16:51 +0000 (17:16 -0800)
doc/cluster-ops/pools.rst

index a33690dbc4fad0692b0a2c9711f317c7b33e3088..54ccfdc43beca7160c2d36f852d6f6736b941dd1 100644 (file)
@@ -207,7 +207,7 @@ To set the number of object replicas, execute the following::
 
        ceph osd pool set {poolname} size {num-replicas}
 
-.. important: The ``{num-replicas}`` is inclusive of the object itself.
+.. important: The ``{num-replicas}`` includes the object itself.
    If you want the object and two copies of the object for a total of 
    three instances of the object, specify ``3``.
    
@@ -226,5 +226,4 @@ To get the number of object replicas, execute the following::
        ceph osd dump | grep 'rep size'
        
 Ceph will list the pools, with the ``rep size`` attribute highlighted.
-By default, Ceph creates two replicas of an object for a total of 
-three copies.
+By default, Ceph creates two replicas of an object (two copies).