throttle_recovery
Adjusts recovery and backfill limits to prevent recovery storms from starving client IO, with automatic undo to restore previous values.
Instructions
[WRITE][risk=medium] Tune osd_max_backfills / osd_recovery_max_active.
The #1 tuning ask: turn recovery/backfill down so a recovery storm stops starving client IO (or back up once it's calm). Reversible — records an undo restoring the prior config values.
Args: max_backfills: New osd_max_backfills value; omit to leave it unchanged. recovery_max_active: New osd_recovery_max_active value; omit to leave unchanged. target: Ceph target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| max_backfills | No | ||
| recovery_max_active | No |