mirror of
https://github.com/ceph/ceph
synced 2024-12-29 06:52:35 +00:00
Merge pull request #23752 from ifed01/wip-ifed-fix-garbage-test
os/tests: fix garbageCollection test case from store_test suite. Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
e96e507874
@ -6841,6 +6841,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