]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: Bump ratio for backfillfull from 85% to 90%
authorDavid Zafman <dzafman@redhat.com>
Mon, 3 Apr 2017 22:46:37 +0000 (15:46 -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 3de8c42ee89422600c1a3f103a8dcca2d5879a32..a3e74b84860c57260a99059fbbb59320c2410fea 100644 (file)
@@ -627,7 +627,7 @@ OPTION(osd_max_backfills, OPT_U64, 1)
 OPTION(osd_min_recovery_priority, OPT_INT, 0)
 
 // Refuse backfills when OSD full ratio is above this value
-OPTION(osd_backfill_full_ratio, OPT_FLOAT, 0.85)
+OPTION(osd_backfill_full_ratio, OPT_FLOAT, 0.90)
 
 // Seconds to wait before retrying refused backfills
 OPTION(osd_backfill_retry_interval, OPT_DOUBLE, 30.0)