From 0b5bf7cecff9df70981b21ac980f9ad5a446cda8 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 6ad316050294..429c0a287b56 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -333,7 +333,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 -- 2.47.3