os/test/store_test: fix legacy bluestore cache settings application

Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
This commit is contained in:
root 2016-11-11 13:46:37 +00:00
parent f1476e221e
commit 736c1edddf

View File

@ -5736,8 +5736,7 @@ int main(int argc, char **argv) {
g_ceph_context->_conf->set_val("bluestore_max_alloc_size", "196608");
// set small cache sizes so we see trimming during Synthetic tests
g_ceph_context->_conf->set_val("bluestore_buffer_cache_size", "2000000");
g_ceph_context->_conf->set_val("bluestore_onode_cache_size", "500");
g_ceph_context->_conf->set_val("bluestore_cache_size", "4000000");
// very short *_max prealloc so that we fall back to async submits
g_ceph_context->_conf->set_val("bluestore_blobid_prealloc", "10");