Skip to content

Commit fecbb3a

Browse files
committed
src/common/options: Clarify mon_target_pg_per_osd in mgr.yaml.in
Signed-off-by: Anthony D'Atri <[email protected]>
1 parent 55bce00 commit fecbb3a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/common/options/mgr.yaml.in

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,13 @@ options:
311311
- name: mon_target_pg_per_osd
312312
type: uint
313313
level: advanced
314-
desc: Automated PG management creates this many PGs per OSD
315-
long_desc: When creating pools, the automated PG management logic will attempt to
316-
reach this target. In some circumstances, it may exceed this target, up to the
314+
desc: Target number of PG replicas per OSD
315+
long_desc: The placement group (PG) autoscaler will arrange for approximately this number of PG
316+
replicas on each OSD as shown by the PGS column of a ``ceph osd df``
317+
report. In some circumstances it may exceed this target, up to the
317318
``mon_max_pg_per_osd`` limit. Conversely, a lower number of PGs per OSD may be
318-
created if the cluster is not yet fully utilised
319+
set if the cluster is not yet fully utilized or when the sum of power-of-two
320+
per-pool ``pg_num`` values does not permit a perfect fit.
319321
default: 100
320322
min: 1
321323
# min pgs per osd for reweight-by-pg command

0 commit comments

Comments
 (0)