mirror of
https://github.com/ceph/ceph
synced 2025-03-10 18:29:40 +00:00
os/test/store_test: fix legacy bluestore cache settings application
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
This commit is contained in:
parent
f1476e221e
commit
736c1edddf
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user