From: Igor Fedotov Date: Tue, 9 Jun 2020 08:44:31 +0000 (+0300) Subject: os/bluestore: remove preextended WAL support. X-Git-Tag: v16.1.0~2045^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7fdbf61860b9d9deaf8734cdd57cf5c8d5f93f81;p=ceph.git os/bluestore: remove preextended WAL support. Fixes: https://tracker.ceph.com/issues/45613 Signed-off-by: Igor Fedotov --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 503e7af0357..446fc31b432 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -913,7 +913,6 @@ OPTION(bluefs_compact_log_sync, OPT_BOOL) // sync or async log compaction? OPTION(bluefs_buffered_io, OPT_BOOL) OPTION(bluefs_sync_write, OPT_BOOL) OPTION(bluefs_allocator, OPT_STR) // stupid | bitmap -OPTION(bluefs_preextend_wal_files, OPT_BOOL) // this *requires* that rocksdb has recycling enabled OPTION(bluefs_log_replay_check_allocations, OPT_BOOL) OPTION(bluestore_bluefs, OPT_BOOL) diff --git a/src/common/options.cc b/src/common/options.cc index 6eee7b611aa..4e18ee8f7ba 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4034,10 +4034,6 @@ std::vector