Missing manifest after distribution image restart #14
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/distribution#14
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?
Description
According to report, the issue is reproduced by using storage components from AIO v1.6. Distribution is running in docker environment with this config
Reproduce
docker push <repo>
docker pull <repo>
docker pull <repo>
Fails on last step with
Expected behavior
No response
registry version
v3.0.0-beta.1
Additional Info
No response
Missing mato Missing manifest after distribution image restartSo far, it is not possible to reproduce the problem. I would like to see the full list of commands according to the steps described above to reproduce the bugs.
Between releases v3.0.0-alpha.1-cl.1 and v3.0.0-beta.1-cl.1, there was a change in the Dockerfile regarding the path to the config. As a result, if the v3.0.0-beta.1-cl.1 version is raised in the same environment as the v3.0.0-alpha.1-cl.1 release, then eventually a situation may occur that will use the default config to store images in memory and not in frostfs. If you specify the correct path to the config in the environment (as in the current Dockerfile), then there will be no problem.
The solution is in the comment #14 (comment)