File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments