Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zb): fixed remote repositories cleanup #1461

Merged

Commits on May 19, 2023

  1. fix(zb): fixed remote repositories cleanup

    fix(storage/local): also put deduped blobs in cache, not just origin blobs
    
    this caused an error when trying to delete deduped blobs
    from multiple repositories
    
    fix(storage/s3): check blob is present in cache before deleting
    
    this is an edge case where dedupe is false but cacheDriver is not nil
    (because in s3 we open the cache.db if storage find it in rootDir)
    it caused an error when trying to delete blobs uploaded with dedupe false
    
    Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
    eusebiu-constantin-petu-dbk committed May 19, 2023
    Configuration menu
    Copy the full SHA
    aaafbcb View commit details
    Browse the repository at this point in the history