]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options: fix option type for bluestore_block_db_size 41436/head
authorluo.runbing <luo.runbing@zte.com.cn>
Thu, 20 May 2021 07:45:55 +0000 (15:45 +0800)
committerluo.runbing <luo.runbing@zte.com.cn>
Thu, 20 May 2021 07:46:04 +0000 (15:46 +0800)
the type should be `size` to support both SI and IEC units

Signed-off-by: luo.runbing <luo.runbing@zte.com.cn>
src/common/options/global.yaml.in

index deb15388ccbffc4afef89bf04f215f94957ca3c1..b0e403dfb2a50a2d0db19aa139bc777a9e34878d 100644 (file)
@@ -5203,7 +5203,7 @@ options:
   with_legacy: true
 # rocksdb ssts (hot/warm)
 - name: bluestore_block_db_size
-  type: uint
+  type: size
   level: dev
   desc: Size of file to create for bluestore_block_db_path
   default: 0