]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: mark bluestore_allocator as DEV 17511/head
authorSage Weil <sage@redhat.com>
Wed, 6 Sep 2017 03:04:15 +0000 (23:04 -0400)
committerSage Weil <sage@redhat.com>
Wed, 6 Sep 2017 03:04:15 +0000 (23:04 -0400)
We don't want users changing this without a good reason.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc

index fd289cc6c5eafdd5df3a2880802702dfd5f3aee3..6935031b80b775404657c2dfbdd2393eb939a857 100644 (file)
@@ -3396,7 +3396,7 @@ std::vector<Option> get_global_options() {
     .add_tag("mkfs")
     .set_description("Key value database to use for bluestore"),
 
-    Option("bluestore_allocator", Option::TYPE_STR, Option::LEVEL_ADVANCED)
+    Option("bluestore_allocator", Option::TYPE_STR, Option::LEVEL_DEV)
     .set_default("stupid")
     .set_enum_allowed({"bitmap", "stupid"})
     .set_description("Allocator policy"),