]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix bluestore config type error. 18205/head
authorYao Zongyou <yaozongyou@vip.qq.com>
Tue, 10 Oct 2017 03:34:26 +0000 (11:34 +0800)
committerYao Zongyou <yaozongyou@vip.qq.com>
Tue, 10 Oct 2017 03:34:26 +0000 (11:34 +0800)
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
doc/rados/configuration/bluestore-config-ref.rst

index 960e69a346dabfdbfc0a2eb5eca9aa29b8a1170a..e3b60e0ab68b53ea48b37e7f681cb8897c43d85d 100644 (file)
@@ -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)