From 8061cd90223c1fe45944b4a44c5895d63cf94402 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 (cherry picked from commit f14ef59984e556fc0fefee7c5eac2964f9b64c8b) --- 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 3707be1aa9b..4c63c10437a 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