Do full metadata GC on start (new store)

This commit is contained in:
Vitaliy Filippov
2026-04-03 18:08:12 +00:00
parent ff7f5cb4f4
commit 9b264a212f
5 changed files with 92 additions and 35 deletions
+1
View File
@@ -1990,6 +1990,7 @@ void test_redirect_intent_csums()
// reload heap to check that the write is still here
{
dsk.gc_on_start = false;
blockstore_heap_t heap(&dsk, buffer_area.data(), 10);
uint64_t entries_loaded;
heap.load_blocks(0, dsk.meta_block_size, tmp.data(), false, entries_loaded);