mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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:
parent
5fb4ea1a02
commit
5389133ff9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user