From fb4a5d09e11b75a2f38c42c489af7e6f148916a7 Mon Sep 17 00:00:00 2001 From: Doug Whitfield Date: Tue, 20 Feb 2024 15:13:14 -0600 Subject: [PATCH] doc/src: invadvisable is not a word changed to inadvisable on line 4997 Signed-off-by: Doug Whitfield --- src/common/options/global.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index ead0d0caedd33..31f266160ea79 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -4994,7 +4994,7 @@ options: [hash_begin..hash_end) defines characters to use for hash calculation. Recommended hash ranges: O(0-13) P(0-8) m(0-16). Sharding of S,T,C,M,B prefixes is inadvised' fmt_desc: Definition of BlueStore's RocksDB sharding. - The optimal value depends on multiple factors, and modification is invadvisable. + The optimal value depends on multiple factors, and modification is inadvisable. This setting is used only when OSD is doing ``--mkfs``. Next runs of OSD retrieve sharding from disk. default: m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} L=min_write_buffer_number_to_merge=32 P=min_write_buffer_number_to_merge=32 -- 2.39.5