0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/storage
Ramkumar Chinchani cb9e773a3e dedupe: record relative path for cache entries
In a production use case we found that the actual rootdir can be moved.
Currently, cache entries for dedupe record the full blob path which
doesn't work in the move use case.

Only for dedupe cache entries, record relative blob paths.
2020-05-27 22:11:26 -07:00
..
BUILD.bazel dedupe: use hard links to dedupe blobs 2020-04-03 09:29:12 -07:00
cache.go dedupe: record relative path for cache entries 2020-05-27 22:11:26 -07:00
cache_test.go dedupe: record relative path for cache entries 2020-05-27 22:11:26 -07:00
storage.go dedupe: record relative path for cache entries 2020-05-27 22:11:26 -07:00
storage_test.go config: add gc and dedupe as configurable params (default to enabled) 2020-04-16 16:01:53 -07:00