Skip to content

Commit

Permalink
Merge pull request #11557 from xiexingguo/xxg-wip-bluestore-1019
Browse files Browse the repository at this point in the history
os/bluestore: kill overlay related options

Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
  • Loading branch information
Igor Fedotov committed Oct 19, 2016
2 parents 78ff1d4 + 78d9568 commit 73c40d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/config_opts.h
Expand Up @@ -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)
Expand Down

0 comments on commit 73c40d1

Please sign in to comment.