@@ -18,15 +18,14 @@ Pools provide:
1818 <../erasure-code> `_, resilience is defined as the number of coding chunks
1919 (for example, ``m = 2 `` in the default **erasure code profile **).
2020
21- - **Placement Groups **: You can set the number of placement groups (PGs) for
22- the pool. In a typical configuration, the target number of PGs is
23- approximately one hundred PGs per OSD. This provides reasonable balancing
24- without consuming excessive computing resources. When setting up multiple
25- pools, be careful to set an appropriate number of PGs for each pool and for
26- the cluster as a whole. Each PG belongs to a specific pool: when multiple
27- pools use the same OSDs, make sure that the **sum ** of PG replicas per OSD is
28- in the desired PG-per-OSD target range. To calculate an appropriate number of
29- PGs for your pools, use the `pgcalc `_ tool.
21+ - **Placement Groups **: The :ref: `autoscaler <pg-autoscaler >` sets the number
22+ of placement groups (PGs) for the pool. In a typical configuration, the
23+ target number of PGs is approximately one-hundred and fifty PGs per OSD. This
24+ provides reasonable balancing without consuming excessive computing
25+ resources. When setting up multiple pools, set an appropriate number of PGs
26+ for each pool and for the cluster as a whole. Each PG belongs to a specific
27+ pool: when multiple pools use the same OSDs, make sure that the **sum ** of PG
28+ replicas per OSD is in the desired PG-per-OSD target range.
3029
3130- **CRUSH Rules **: When data is stored in a pool, the placement of the object
3231 and its replicas (or chunks, in the case of erasure-coded pools) in your
@@ -735,8 +734,6 @@ Managing pools that are flagged with ``--bulk``
735734===============================================
736735See :ref: `managing_bulk_flagged_pools `.
737736
738-
739- .. _pgcalc : https://old.ceph.com/pgcalc/
740737.. _Pool, PG and CRUSH Config Reference : ../../configuration/pool-pg-config-ref
741738.. _Bloom Filter : https://en.wikipedia.org/wiki/Bloom_filter
742739.. _setting the number of placement groups : ../placement-groups#set-the-number-of-placement-groups
0 commit comments