From: Sage Weil Date: Mon, 16 Jul 2018 15:07:04 +0000 (-0500) Subject: common/options: remove journal_max_corrupt_search X-Git-Tag: v14.0.1~741^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=afe5c0ef7f3b2676662fd3ab5a49de4089647a6a;p=ceph.git common/options: remove journal_max_corrupt_search Unused. Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 6a38549b33bd4..4801afb7fc64a 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1227,8 +1227,6 @@ OPTION(journal_aio, OPT_BOOL) OPTION(journal_force_aio, OPT_BOOL) OPTION(journal_block_size, OPT_INT) -// max bytes to search ahead in journal searching for corruption -OPTION(journal_max_corrupt_search, OPT_U64) OPTION(journal_block_align, OPT_BOOL) OPTION(journal_write_header_frequency, OPT_U64) OPTION(journal_max_write_bytes, OPT_INT) diff --git a/src/common/options.cc b/src/common/options.cc index 79e88c5f5fae2..91f5c39a57cee 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4727,10 +4727,6 @@ std::vector