Garbage collector failed to remove data in container after deleting the image. #4
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/distribution#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Push, pull, and push to an existing repository works well. The garbage collector failed to remove data in container after deleting the image.
Steps to reproduce:
docker exec -it 6f7e458ee453 /bin/registry garbage-collect /etc/docker/registry/config.yml
.If the container was created using the command
frostfs-cli container create --policy 'REP 2' --name <container name> -r 127.0.0.1:8080 --await --wallet wallet.json
, the garbage collector returns messages:But the deletion does not occur. When we run it again we get the same output
If we created a public container using the command
aws --no-verify-ssl s3api create-bucket --bucket docker-registry-1 --acl public-read-write --endpoint https://192.168.110.10:443
, the garbage collector returns messages:The deletion does not occur. When we run it again we get the same output.