]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options: Set pacific+ rocksdb column family options. 37391/head
authorMark Nelson <mnelson@redhat.com>
Mon, 11 Jan 2021 15:19:48 +0000 (15:19 +0000)
committerAdam Kupczyk <akupczyk@redhat.com>
Fri, 15 Jan 2021 17:30:39 +0000 (12:30 -0500)
Signed-off-by: Mark Nelson <mnelson@redhat.com>
src/common/options.cc

index 2465e529e0a7484cdee6313fa6ceb917d64e8023..d16049381f1e4a98bcf7104581d5d178e65f7e6f 100644 (file)
@@ -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 ] ] ')' ]. "