]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: refine pool-pg-config-ref.rst 49822/head
authorZac Dover <zac.dover@gmail.com>
Sat, 21 Jan 2023 05:04:12 +0000 (15:04 +1000)
committerZac Dover <zac.dover@gmail.com>
Sat, 21 Jan 2023 05:10:49 +0000 (15:10 +1000)
Remove pleonasm.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 11724c9b8e0244a0b44daa3db96022c50d603090)

doc/rados/configuration/pool-pg-config-ref.rst

index b4b5df47802ad2e213c8291227e0ed6a79968538..3f9c149b6fe50574b5d54fe1e7012e417b19d786 100644 (file)
@@ -4,13 +4,12 @@
 
 .. index:: pools; configuration
 
-When you create pools and set the number of placement groups (PGs) for each, Ceph
-uses default values when you don't specifically override the defaults. **We
-recommend** overriding some of the defaults. Specifically, we recommend setting
-a pool's replica size and overriding the default number of placement groups. You
-can specifically set these values when running `pool`_ commands. You can also
-override the defaults by adding new ones in the ``[global]`` section of  your
-Ceph configuration file.
+Ceph uses default values to determine how many placement groups (PGs) will be
+assigned to each pool. We recommend overriding some of the defaults.
+Specifically, we recommend setting a pool's replica size and overriding the
+default number of placement groups. You can set these values when running
+`pool`_ commands. You can also override the defaults by adding new ones in the
+``[global]`` section of your Ceph configuration file.
 
 
 .. literalinclude:: pool-pg.conf