From 2da26999253b300ffb0548db8fb4b1bef67c24e9 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Thu, 29 May 2014 14:56:06 -0700 Subject: [PATCH] doc: update pools documentation set=>get in "Get Pool Values" grep for 'replicated size', not 'rep size' Signed-off-by: Kevin Dalley --- doc/rados/operations/pools.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 43e811a37b54f..19d13bfc3068e 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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 -- 2.39.5