Skip to content

Commit

Permalink
Merge pull request ceph#44711 from zdover23/wip-doc-2022-01-21-rados-…
Browse files Browse the repository at this point in the history
…bluestore-cache-autotune-interval-rewrite-2

src/rados: rewrite bs cache autotune instructions

Reviewed-by: Laura Flores <[email protected]>
  • Loading branch information
zdover23 authored Jan 27, 2022
2 parents a773c53 + 9300867 commit 7c1eb0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common/options/global.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -4695,10 +4695,10 @@ options:
level: dev
desc: The number of seconds to wait between rebalances when cache autotune is enabled.
fmt_desc: |
The number of seconds to wait between rebalances when cache autotune
is enabled. This setting changes how quickly the allocation ratios of
various caches are recomputed. Note: Setting this interval too small
can result in high CPU usage and lower performance.
The number of seconds to wait between rebalances when cache autotune is
enabled. `bluestore_cache_autotune_interval` sets the speed at which Ceph
recomputes the allocation ratios of various caches. Note: Setting this
interval too small can result in high CPU usage and lower performance.
default: 5
see_also:
- bluestore_cache_autotune
Expand Down

0 comments on commit 7c1eb0c

Please sign in to comment.