From: xie xingguo Date: Wed, 19 Oct 2016 06:29:16 +0000 (+0800) Subject: os/bluestore: kill overlay related options X-Git-Tag: v11.1.0~590^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=78d95682ce5030ab6fec2c4a740df567316590d4;p=ceph-ci.git os/bluestore: kill overlay related options These two options are not used anymore. Signed-off-by: xie xingguo --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index efb9c4f8c61..7564b400911 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -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)