This gives us an interval where we warn before automatically marking an
OSD out. That way the operator has an opportunity to preemptively replace
the device and incurring only a single rebalance/recovery event (vs two,
one to evacutate the failing the device, another to refill the
replacement).
Signed-off-by: Sage Weil <sage@redhat.com>
},
{
'name': 'warn_threshold',
- 'default': str(86400 * 14 * 2),
+ 'default': str(86400 * 14 * 6),
},
{
'name': 'self_heal',