Skip to content

Commit d828847

Browse files
committed
osd: restoring timely collection of PG stats
500 seconds is way too long, e.g. when compared to the 5s default configuration option for the manager collection of the OSD data. Fixes tracker issue 53342 note 5 (a specific scenario leading to 'not all pgs scrubbed') Fixes: https://tracker.ceph.com/issues/53342 - partial fix Signed-off-by: Ronen Friedman <[email protected]>
1 parent ff6d095 commit d828847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/options/global.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,8 +2920,8 @@ options:
29202920
level: advanced
29212921
desc: The maximum interval seconds for update pg's reported_epoch,
29222922
benefit for osdmap trim when osdmap not change frequently.
2923-
default: 500
29242923
with_legacy: true
2924+
default: 5
29252925
- name: osd_pg_stat_report_interval_max_epochs
29262926
type: int
29272927
level: advanced

0 commit comments

Comments
 (0)