]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Increase osd_backfill_retry_interval to 30 seconds
authorDavid Zafman <dzafman@redhat.com>
Thu, 16 Mar 2017 17:40:08 +0000 (10:40 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 17 Apr 2017 14:58:30 +0000 (07:58 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/common/config_opts.h

index ae6fdf2ccb3863ece2ca7cdd16c6360b138d037d..974ee7efd337b5b62631fb488cd940f8bc9a48d3 100644 (file)
@@ -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)