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}
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