From 8ccd7ab5969056eb5ee6fe0e18e5936099a04996 Mon Sep 17 00:00:00 2001 From: Adam Kupczyk Date: Fri, 3 Nov 2023 16:50:19 +0100 Subject: [PATCH] doc/rados/configuration/bluestore-config-ref: Fix lowcase typo Letters "L P" got lowcased to "l p". Reverted that. Signed-off-by: Adam Kupczyk (cherry picked from commit 59a7f01b5c3cc48aa1e15ee44204d3552ffd593a) --- doc/rados/configuration/bluestore-config-ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index 4c63c10437a..55270b5205f 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -358,7 +358,7 @@ OSD and run the following command: ceph-bluestore-tool \ --path \ - --sharding="m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} l p" \ + --sharding="m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} L P" \ reshard .. confval:: bluestore_rocksdb_cf -- 2.39.5