]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: default to 64k min_alloc_size
authorSage Weil <sage@redhat.com>
Mon, 14 Dec 2015 21:33:38 +0000 (16:33 -0500)
committerSage Weil <sage@redhat.com>
Fri, 1 Jan 2016 18:07:17 +0000 (13:07 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 37bf674bbad8bdc7c7ab6a8dd9e55ca4112262e9..39050ac2f8b211e3d9bc87407a47865a8c577022 100644 (file)
@@ -857,7 +857,7 @@ OPTION(bluestore_block_db_size, OPT_U64, 64 * 1024*1024)  // 64MB for testing
 OPTION(bluestore_block_wal_path, OPT_STR, "")
 OPTION(bluestore_block_wal_size, OPT_U64, 128 * 1024*1024)  // 128MB for testing
 OPTION(bluestore_max_dir_size, OPT_U32, 1000000)
-OPTION(bluestore_min_alloc_size, OPT_U32, 512*1024)
+OPTION(bluestore_min_alloc_size, OPT_U32, 64*1024)
 OPTION(bluestore_onode_map_size, OPT_U32, 1024)   // onodes per collection
 OPTION(bluestore_cache_tails, OPT_BOOL, true)   // cache tail blocks in Onode
 OPTION(bluestore_backend, OPT_STR, "rocksdb")