throttle_recovery
Control recovery storms and prevent client IO starvation by adjusting osd_max_backfills and osd_recovery_max_active. Changes are reversible with undo recording.
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 |