Skip to content

Commit

Permalink
Merge pull request ceph#45144 from dvanders/doc_overrides
Browse files Browse the repository at this point in the history
common/options/osd: clarify the non-zero overrides

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Jun 18, 2022
2 parents 3087698 + 2e382a4 commit 4933b4e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/common/options/osd.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ options:
- name: osd_recovery_sleep
type: float
level: advanced
desc: Time in seconds to sleep before next recovery or backfill op
desc: Time in seconds to sleep before next recovery or backfill op. This setting
overrides _ssd, _hdd, and _hybrid if non-zero.
fmt_desc: Time in seconds to sleep before the next recovery or backfill op.
Increasing this value will slow down recovery operation while
client operations will be less impacted.
Expand Down Expand Up @@ -125,7 +126,8 @@ options:
- name: osd_snap_trim_sleep
type: float
level: advanced
desc: Time in seconds to sleep before next snap trim (overrides values below)
desc: Time in seconds to sleep before next snap trim. This setting overrides _ssd,
_hdd, and _hybrid if non-zero.
fmt_desc: Time in seconds to sleep before next snap trim op.
Increasing this value will slow down snap trimming.
This option overrides backend specific variants.
Expand Down Expand Up @@ -1249,8 +1251,8 @@ options:
- name: osd_delete_sleep
type: float
level: advanced
desc: Time in seconds to sleep before next removal transaction (overrides values
below)
desc: Time in seconds to sleep before next removal transaction. This setting
overrides _ssd, _hdd, and _hybrid if non-zero.
fmt_desc: Time in seconds to sleep before the next removal transaction. This
throttles the PG deletion process.
default: 0
Expand Down

0 comments on commit 4933b4e

Please sign in to comment.