Do not skip garbage entries on start (rollback change from 3.0.4)

This commit is contained in:
Vitaliy Filippov
2026-04-11 12:05:02 +03:00
parent 2e36f292bd
commit 0134934c99
2 changed files with 8 additions and 14 deletions
+2 -1
View File
@@ -1893,7 +1893,8 @@ void test_big_intent_csums()
heap.finish_recheck();
auto mod = heap.get_recheck_modified_blocks();
assert(mod.size() == 0);
assert(mod.size() == 1);
assert(mod[0] == 0);
// read object 1 - big_intent should be there
object_id oid = { .inode = INODE_WITH_POOL(1, 1), .stripe = 0 };