From dd5e5e9b3129b25a4bf2d99aab7ab6ce76cd5d22 Mon Sep 17 00:00:00 2001 From: "luo.runbing" Date: Thu, 20 May 2021 15:45:55 +0800 Subject: [PATCH] common/options: fix option type for bluestore_block_db_size the type should be `size` to support both SI and IEC units Signed-off-by: luo.runbing --- src/common/options/global.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index deb15388ccbff..b0e403dfb2a50 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -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 -- 2.39.5