Skip to content

Commit

Permalink
common/options: Set pacific+ rocksdb column family options.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Nelson <[email protected]>
  • Loading branch information
Mark Nelson authored and aclamk committed Jan 15, 2021
1 parent fe834c2 commit f44d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4531,7 +4531,7 @@ std::vector<Option> get_global_options() {
.set_description("Enable use of rocksdb column families for bluestore metadata"),

Option("bluestore_rocksdb_cfs", Option::TYPE_STR, Option::LEVEL_DEV)
.set_default("m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} L")
.set_default("m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} L P")
.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 ] ] ')' ]. "
Expand Down

0 comments on commit f44d456

Please sign in to comment.