]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: kill overlay related options 11557/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 19 Oct 2016 06:29:16 +0000 (14:29 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 19 Oct 2016 06:29:16 +0000 (14:29 +0800)
These two options are not used anymore.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/config_opts.h

index efb9c4f8c61b276598d5f906c3ba8b7b7c9ba6ab..7564b4009117aedd75dcff450016e6a4d257188a 100644 (file)
@@ -1020,8 +1020,6 @@ OPTION(bluestore_wal_max_ops, OPT_U64, 512)
 OPTION(bluestore_wal_max_bytes, OPT_U64, 128*1024*1024)
 OPTION(bluestore_nid_prealloc, OPT_INT, 1024)
 OPTION(bluestore_blobid_prealloc, OPT_U64, 10240)
-OPTION(bluestore_overlay_max_length, OPT_INT, 65536)
-OPTION(bluestore_overlay_max, OPT_INT, 0)
 OPTION(bluestore_clone_cow, OPT_BOOL, true)  // do copy-on-write for clones
 OPTION(bluestore_default_buffered_read, OPT_BOOL, true)
 OPTION(bluestore_default_buffered_write, OPT_BOOL, false)