From: luo.runbing Date: Thu, 20 May 2021 07:45:55 +0000 (+0800) Subject: common/options: fix option type for bluestore_block_db_size X-Git-Tag: v17.1.0~1876^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41436%2Fhead;p=ceph.git 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 --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index deb15388ccbf..b0e403dfb2a5 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