Skip to content

Commit

Permalink
Merge pull request #40309 from neha-ojha/wip-49920-pacific
Browse files Browse the repository at this point in the history
pacific: common/options: turn off bluestore_fsck_quick_fix_on_mount by default

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
yuriw committed Mar 23, 2021
2 parents b7f0b54 + 65b0a45 commit 6a56479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/options.cc
Expand Up @@ -4634,7 +4634,7 @@ std::vector<Option> get_global_options() {
.set_description("Run deep fsck at mount when bluestore_fsck_on_mount is set to true"),

Option("bluestore_fsck_quick_fix_on_mount", Option::TYPE_BOOL, Option::LEVEL_DEV)
.set_default(true)
.set_default(false)
.set_description("Do quick-fix for the store at mount"),

Option("bluestore_fsck_on_umount", Option::TYPE_BOOL, Option::LEVEL_DEV)
Expand Down

0 comments on commit 6a56479

Please sign in to comment.