mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
After churning a single L2 region with an fsync per write, scan the file for refcount==0 clusters and assert every one is on the runtime free list. The reuse bug left relocated refcount block clusters free on disk but off the list, so this fails without the fix, reporting the exact count of stranded clusters. Assisted-by: Claude:Opus-4.8 Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>