From 7fdbf61860b9d9deaf8734cdd57cf5c8d5f93f81 Mon Sep 17 00:00:00 2001 From: Igor Fedotov Date: Tue, 9 Jun 2020 11:44:31 +0300 Subject: [PATCH] os/bluestore: remove preextended WAL support. Fixes: https://tracker.ceph.com/issues/45613 Signed-off-by: Igor Fedotov --- src/common/legacy_config_opts.h | 1 - src/common/options.cc | 4 ---- src/os/bluestore/BlueFS.cc | 24 +----------------------- 3 files changed, 1 insertion(+), 28 deletions(-) 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