]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options: make "blue{fs,store}_allocator" LEVEL_DEV 16645/head
authorKefu Chai <kchai@redhat.com>
Fri, 28 Jul 2017 05:09:12 +0000 (13:09 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 28 Jul 2017 05:53:56 +0000 (13:53 +0800)
See-also: http://tracker.ceph.com/issues/20660
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/options.cc

index 9b5724928c627549d8e31dc06b633543c5707bd5..68f8dff2b28342927e6b1b266ea960ffa07492c6 100644 (file)
@@ -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(""),
 
@@ -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(""),