Add a workaround for "double claim" bug with the new store

This commit is contained in:
Vitaliy Filippov
2026-05-10 17:00:36 +03:00
parent b8eaaabfe4
commit caa70317fa
5 changed files with 373 additions and 17 deletions
+2
View File
@@ -59,6 +59,8 @@ struct blockstore_disk_t
bool discard_on_start = false;
// GC on start (new store)
bool gc_on_start = true;
// Skip double claim conflicts on start (new store, temporary until the bug is found)
bool skip_double_claim = false;
uint64_t min_discard_size = 1024*1024;
uint64_t discard_granularity = 0;