-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
"layer not known" transient error after interrupting a pull #9588
Comments
@umohnani8 Just fixed this in container storage, I believe. Urvashi can you confirm? |
This looks different, I fixed the symlinks not found issue. This actually may be fixed by the pull improvements that @vrothberg is working on? |
The pull improvement won't help in this case. The problem is that |
#9617 is (hopefully) the last missing piece. We already ignored unknown-image errors so it seems logical to extend it to ignore unknown-layer errors as well - those may be caused by an incomplete pull/commit. |
Thanks! I'll test tomorrow |
[NO TESTS NEEDED] as I have absolutely no idea how to force a reliable reproducer. Fixes: containers#9588 Signed-off-by: Valentin Rothberg <[email protected]>
tomorrow got a bit late, here's what it looks like now:
So the hard error is gone; I guess it's fair to keep showing the warnings. Thanks! |
@martinetd, thanks a lot for sharing and for your patience. I appreciate your feedback and interactions! |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Follow-up on #8148 : with today's master, the error is now transient, but it's still scary to unaware users so simple ^C should probably not cause this.
As said there it's more of an UX issue than an actual problem
Steps to reproduce the issue:
Describe the results you received:
Sometimes get this error (only once, state fixes itself after running it)
Describe the results you expected:
pull should not be able to leave the directory in that state? I don't know.
The text was updated successfully, but these errors were encountered: