mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
common: Bump ratio for backfillfull from 85% to 90%
Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
parent
79a4ac41c5
commit
9dd6952999
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user