We don't want users changing this without a good reason.
Signed-off-by: Sage Weil <sage@redhat.com>
.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"),