-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
diffoci/cmd/diffoci/commands/remove/remove.go
Lines 21 to 23 in 63094dc
| BUG: when using the "local" backend, the remove command | |
| does not remove blobs associated with the image. | |
| (Workaround: remove the cache directory periodically by yourself.) |
GC here does not seem working as expected
diffoci/cmd/diffoci/commands/remove/remove.go
Lines 55 to 57 in 63094dc
| if gcErr := backend.MaybeGC(ctx); gcErr != nil { | |
| log.G(ctx).WithError(gcErr).Warn("Failed to do GC") | |
| } |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working