Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common/options: set max_background_jobs instead of max_background_compactions #18397

Merged
merged 2 commits into from Oct 24, 2017

Conversation

tchaikov
Copy link
Contributor

No description provided.

@@ -3700,7 +3700,7 @@ std::vector<Option> get_global_options() {
// filestore

Option("filestore_rocksdb_options", Option::TYPE_STR, Option::LEVEL_DEV)
.set_default("max_background_compactions=8;compaction_readahead_size=2097152")
.set_default("max_background_jobs=10,compaction_readahead_size=2097152")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a follow-up of #18232

@tchaikov
Copy link
Contributor Author

retest this please.

@tchaikov
Copy link
Contributor Author

retest this please.

…pactions

Signed-off-by: Kefu Chai <kchai@redhat.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov merged commit c6b8792 into ceph:master Oct 24, 2017
@tchaikov tchaikov deleted the wip-mon-opts branch October 24, 2017 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants