]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config: set default bluestore wal size to 96 MB 7506/head
authorSage Weil <sage@redhat.com>
Wed, 3 Feb 2016 15:51:22 +0000 (10:51 -0500)
committerSage Weil <sage@redhat.com>
Thu, 4 Feb 2016 02:43:50 +0000 (21:43 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 87ceb1be123a9b92320dc6a2feed7d1346b16526..d9601c2b183f7fdaa3b0a4f5594744e2399742f1 100644 (file)
@@ -896,9 +896,9 @@ OPTION(bluestore_bluefs_reclaim_ratio, OPT_FLOAT, .20) // how much to reclaim at
 OPTION(bluestore_block_path, OPT_STR, "")
 OPTION(bluestore_block_size, OPT_U64, 10 * 1024*1024*1024)  // 10gb for testing
 OPTION(bluestore_block_db_path, OPT_STR, "")
-OPTION(bluestore_block_db_size, OPT_U64, 0)      // rocksdb primary storage
+OPTION(bluestore_block_db_size, OPT_U64, 0)   // rocksdb ssts (hot/warm)
 OPTION(bluestore_block_wal_path, OPT_STR, "")
-OPTION(bluestore_block_wal_size, OPT_U64, 0)     // rocksdb wal
+OPTION(bluestore_block_wal_size, OPT_U64, 96 * 1024*1024) // rocksdb wal
 OPTION(bluestore_max_dir_size, OPT_U32, 1000000)
 OPTION(bluestore_min_alloc_size, OPT_U32, 64*1024)
 OPTION(bluestore_onode_map_size, OPT_U32, 1024)   // onodes per collection