.set_description("Rocksdb options"),
Option("bluestore_rocksdb_cf", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
- .set_default(false)
+ .set_default(true)
.set_description("Enable use of rocksdb column families for bluestore metadata"),
Option("bluestore_rocksdb_cfs", Option::TYPE_STR, Option::LEVEL_DEV)
- .set_default("m(5) O(7,0-13) L")
+ .set_default("m(3) O(3,0-13) L")
.set_description("Definition of column families and their sharding")
.set_long_description("Space separated list of elements: column_def [ '=' rocksdb_options ]. "
"column_def := column_name [ '(' shard_count [ ',' hash_begin '-' [ hash_end ] ] ')' ]. "