From: Ronen Friedman Date: Wed, 7 Feb 2024 13:25:18 +0000 (-0600) Subject: osd: restoring timely collection of PG stats X-Git-Tag: v19.1.0~328^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d828847b51edc664c381555c56b8c72356b49f49;p=ceph.git 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 --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 072f94a9d7967..feb9aeb7b5e59 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -2920,8 +2920,8 @@ options: level: advanced desc: The maximum interval seconds for update pg's reported_epoch, benefit for osdmap trim when osdmap not change frequently. - default: 500 with_legacy: true + default: 5 - name: osd_pg_stat_report_interval_max_epochs type: int level: advanced