mirror of
https://github.com/ceph/ceph
synced 2025-01-01 00:22:25 +00:00
os/tests: fix garbageCollection test case from store_test.
While running the test case using SSD as block device one could face a failure caused by unexpectidly small blob size limit - compression resulted in two blocks rather than single one which violated was test case constraints. Signed-off-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
parent
70fa9f92d0
commit
d7b45b6f38
@ -6668,6 +6668,7 @@ TEST_P(StoreTestSpecificAUSize, garbageCollection) {
|
||||
|
||||
SetVal(g_conf(), "bluestore_compression_max_blob_size", "524288");
|
||||
SetVal(g_conf(), "bluestore_compression_min_blob_size", "262144");
|
||||
SetVal(g_conf(), "bluestore_max_blob_size", "524288");
|
||||
SetVal(g_conf(), "bluestore_compression_mode", "force");
|
||||
g_conf().apply_changes(nullptr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user