From: Igor Fedotov Date: Mon, 9 Sep 2019 13:08:40 +0000 (+0300) Subject: os/bluestore: introduce 'fix_on_mount' mode for no per pool tolerance. X-Git-Tag: v14.2.5~17^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c3a8493729c26c5af95bcd905c17f46e2f80c463;p=ceph.git os/bluestore: introduce 'fix_on_mount' mode for no per pool tolerance. Signed-off-by: Igor Fedotov (cherry picked from commit 52af6cda58409d4e90363d1bd741485683f54395) Conflicts: src/os/bluestore/BlueStore.cc - trivial --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index d9ea52b2928..7e9799567c6 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1044,6 +1044,7 @@ OPTION(bluestore_max_deferred_txc, OPT_U64) OPTION(bluestore_rocksdb_options, OPT_STR) OPTION(bluestore_fsck_on_mount, OPT_BOOL) OPTION(bluestore_fsck_on_mount_deep, OPT_BOOL) +OPTION(bluestore_fsck_quick_fix_on_mount, OPT_BOOL) OPTION(bluestore_fsck_on_umount, OPT_BOOL) OPTION(bluestore_fsck_on_umount_deep, OPT_BOOL) OPTION(bluestore_fsck_on_mkfs, OPT_BOOL) diff --git a/src/common/options.cc b/src/common/options.cc index 1b63c5516b0..ce055b72b60 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4734,6 +4734,10 @@ std::vector