ceph_test_objecstore: use 1TB block device

Big enough to get into 32-bit LBAs.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2016-09-29 17:46:42 -04:00
parent 5fb4ea1a02
commit 5389133ff9

View File

@ -5297,6 +5297,9 @@ int main(int argc, char **argv) {
g_ceph_context->_conf->set_val("bluestore_buffer_cache_size", "2000000");
g_ceph_context->_conf->set_val("bluestore_onode_cache_size", "500");
// use a large enough block device that we'll exceed 32 bit LBAs
g_ceph_context->_conf->set_val("bluestore_block_size", "1024000000000");
g_ceph_context->_conf->set_val(
"enable_experimental_unrecoverable_data_corrupting_features", "*");
g_ceph_context->_conf->apply_changes(NULL);