From a67451d05d983bcdfe6b13d0a94d8539c66ff590 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 18 Apr 2021 01:52:52 +0800 Subject: [PATCH] doc/rados/configuration: fix formatting of code block Signed-off-by: Kefu Chai --- doc/rados/configuration/bluestore-config-ref.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index f645f177675..0dcb00fb5f6 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -312,11 +312,14 @@ family is smaller and can compact independent of others. OSDs deployed in Pacific or later use RocksDB sharding by default. If Ceph is upgraded to Pacific from a previous version, sharding is off. -To enable sharding and apply the Pacific defaults, stop an OSD and run:: +To enable sharding and apply the Pacific defaults, stop an OSD and run .. prompt:: bash # - ceph-bluestore-tool --path --sharding="m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} L P" reshard + ceph-bluestore-tool \ + --path \ + --sharding="m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} L P" \ + reshard .. confval:: bluestore_rocksdb_cf .. confval:: bluestore_rocksdb_cfs -- 2.39.5