From d828847b51edc664c381555c56b8c72356b49f49 Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Wed, 7 Feb 2024 07:25:18 -0600 Subject: [PATCH] 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 --- src/common/options/global.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5