fix(registry): isolate pull-through sync scratch #9
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/registry-storage-500"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Loki proves that concurrent on-demand sync of library/golang filled the 10 GiB local index claim. Zot then could not update meta.db and returned HTTP 500 for existing manifest reads. Move sync scratch to a separate 30 GiB generic ephemeral ZFS claim, bound scheduler concurrency to two tasks, and remove only the retired transient .sync path at startup. MinIO remains authoritative.