From 930086797b2c4276b6203cb12ef04d9bdeaed381 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 21 Jan 2022 23:18:29 +1000 Subject: [PATCH] src/rados: rewrite bs cache autotune instructions This commit rewrites one sentence in the "Bluestore Config Reference". The sentence does not itself appear in the directory structure under /docs/rados/, but is instead in /src/common/options/global.yaml.in and is included in the Bluestore Config Reference by means of a confval directive. The rewritten sentence has been rewritten from the passive voice to the active voice, and a "how"-formation has been removed. The removal of the "how"-formation, in my opinion, makes the sentence go down much smoother for the first-time reader. Signed-off-by: Zac Dover --- src/common/options/global.yaml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 9d4ab120ea6..3e9454db216 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -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