From: Igor Fedotov Date: Wed, 2 Oct 2019 14:21:48 +0000 (+0300) Subject: os/bluestore: git rid off legacy bluefs stuff X-Git-Tag: v16.1.0~1536^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d17cd6604b4031ca997deddc5440248aff451269;p=ceph.git os/bluestore: git rid off legacy bluefs stuff Signed-off-by: Igor Fedotov --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 7e7b77ccfd6c..df8bd6d6cf5a 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -920,18 +920,9 @@ OPTION(bluefs_replay_recovery_disable_compact, OPT_BOOL) OPTION(bluestore_bluefs, OPT_BOOL) OPTION(bluestore_bluefs_env_mirror, OPT_BOOL) // mirror to normal Env for debug OPTION(bluestore_bluefs_min, OPT_U64) // 1gb -OPTION(bluestore_bluefs_min_ratio, OPT_FLOAT) // min fs free / total free -OPTION(bluestore_bluefs_max_ratio, OPT_FLOAT) // max fs free / total free -OPTION(bluestore_bluefs_gift_ratio, OPT_FLOAT) // how much to add at a time -OPTION(bluestore_bluefs_reclaim_ratio, OPT_FLOAT) // how much to reclaim at a time -OPTION(bluestore_bluefs_balance_interval, OPT_FLOAT) // how often (sec) to balance free space between bluefs and bluestore // how often (sec) to dump allocator on allocation failure OPTION(bluestore_bluefs_alloc_failure_dump_interval, OPT_FLOAT) -// Enforces db sync with legacy bluefs extents information on close. -// Enables downgrades to pre-nautilus releases -OPTION(bluestore_bluefs_db_compatibility, OPT_BOOL) - // If you want to use spdk driver, you need to specify NVMe serial number here // with "spdk:" prefix. // Users can use 'lspci -vvv -d 8086:0953 | grep "Device Serial Number"' to diff --git a/src/common/options.cc b/src/common/options.cc index d00414625f52..82f47e228c3b 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4073,41 +4073,11 @@ std::vector