From: Yao Zongyou Date: Tue, 10 Oct 2017 03:34:26 +0000 (+0800) Subject: doc: fix bluestore config type error. X-Git-Tag: v13.0.1~622^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7966d3cd1dbdcb274e98aa611758ebd12ff62170;p=ceph.git doc: fix bluestore config type error. Signed-off-by: Yao Zongyou --- diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index 960e69a346da..e3b60e0ab68b 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -85,21 +85,21 @@ certain point. ``bluestore_cache_size`` :Description: The amount of memory BlueStore will use for its cache. If zero, ``bluestore_cache_size_hdd`` or ``bluestore_cache_size_ssd`` will be used instead. -:Type: Integer +:Type: Unsigned Integer :Required: Yes :Default: ``0`` ``bluestore_cache_size_hdd`` :Description: The default amount of memory BlueStore will use for its cache when backed by an HDD. -:Type: Integer +:Type: Unsigned Integer :Required: Yes :Default: ``1 * 1024 * 1024 * 1024`` (1 GB) ``bluestore_cache_size_ssd`` :Description: The default amount of memory BlueStore will use for its cache when backed by an SSD. -:Type: Integer +:Type: Unsigned Integer :Required: Yes :Default: ``3 * 1024 * 1024 * 1024`` (3 GB) @@ -120,7 +120,7 @@ certain point. ``bluestore_cache_kv_max`` :Description: The maximum amount of cache devoted to key/value data (rocksdb). -:Type: Floating point +:Type: Unsigned Integer :Required: Yes :Default: ``512 * 1024*1024`` (512 MB)