From: David Zafman Date: Thu, 16 Mar 2017 17:40:08 +0000 (-0700) Subject: osd: Increase osd_backfill_retry_interval to 30 seconds X-Git-Tag: v12.0.2~51^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c930f7e661de92533fac9b9bdd197f07b67ff3f;p=ceph.git osd: Increase osd_backfill_retry_interval to 30 seconds Signed-off-by: David Zafman --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index ae6fdf2ccb38..974ee7efd337 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -630,7 +630,7 @@ OPTION(osd_min_recovery_priority, OPT_INT, 0) OPTION(osd_backfill_full_ratio, OPT_FLOAT, 0.85) // Seconds to wait before retrying refused backfills -OPTION(osd_backfill_retry_interval, OPT_DOUBLE, 10.0) +OPTION(osd_backfill_retry_interval, OPT_DOUBLE, 30.0) // max agent flush ops OPTION(osd_agent_max_ops, OPT_INT, 4)