Skip to content

Commit

Permalink
common/options: make "blue{fs,store}_allocator" LEVEL_DEV
Browse files Browse the repository at this point in the history
See-also: http://tracker.ceph.com/issues/20660
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 28, 2017
1 parent 2a128f4 commit 20692fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/options.cc
Expand Up @@ -2823,7 +2823,7 @@ std::vector<Option> global_options = {
.set_default(false)
.set_description(""),

Option("bluefs_allocator", Option::TYPE_STR, Option::LEVEL_ADVANCED)
Option("bluefs_allocator", Option::TYPE_STR, Option::LEVEL_DEV)
.set_default("bitmap")
.set_description(""),

Expand Down Expand Up @@ -3079,7 +3079,7 @@ std::vector<Option> global_options = {
.set_default("rocksdb")
.set_description(""),

Option("bluestore_allocator", Option::TYPE_STR, Option::LEVEL_ADVANCED)
Option("bluestore_allocator", Option::TYPE_STR, Option::LEVEL_DEV)
.set_default("bitmap")
.set_description(""),

Expand Down

0 comments on commit 20692fd

Please sign in to comment.