From f14ef59984e556fc0fefee7c5eac2964f9b64c8b Mon Sep 17 00:00:00 2001 From: Adam Kupczyk Date: Fri, 3 Nov 2023 20:32:28 +0100 Subject: [PATCH] doc/rados/configuration/bluestore-config-ref: Fix lowcase typo Letter "O" got lowcased to "o". Reverted that. Signed-off-by: Adam Kupczyk --- 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 cb43c0a021b..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