-
Notifications
You must be signed in to change notification settings - Fork 874
WIP- vendor containers/{image,storage} #1445
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
Conversation
|
Do not merge this PR, it's used to increase confidence for the changes to storage and image by letting it pass Buildah's CI. |
|
This PR needs to be updated. We also need to merge #1400 first to make it pass. |
158a310 to
2b407c1
Compare
|
☔ The latest upstream changes (presumably 3d74031) made this pull request unmergeable. Please resolve the merge conflicts. |
2b407c1 to
8d03a76
Compare
|
@vrothberg #1400 Is merged can you rework this one? |
Sure. Already rebased and pushed. |
|
Can you remove [WIP]? |
|
All tests are hitting a timeout. I'll vendor the storage changes first to exclude some potential error sources from image. |
e306618 to
6ee4f15
Compare
6ee4f15 to
2b5300a
Compare
|
@mtrmac @nalind @TomSweeneyRedHat the integration tests don't seem to fire off as the last logs are calling |
|
It ultimately suggests a deadlock but I don't see how. |
2b5300a to
804f90a
Compare
|
Good news before the weekend. No deadlock and tests are passing now. I took a shot a I don't yet fully understand WHY we hit the timeout but removing I've already checked with @TomSweeneyRedHat who wants a head nod from @nalind to make sure that removing |
| } | ||
|
|
||
| func (s *blobCacheDestination) SupportsBlobLocks() bool { | ||
| return false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Note that the cache object can wrap a storageImageDestination in Commit. I don’t quite think that it matters — we are only actually creating some new layers, so there should not be any concurrent downloads of that.)
Avoid redundantly pulling the same image (or layer). Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
804f90a to
8b8746f
Compare
|
☔ The latest upstream changes (presumably fcc12bd) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Closing in favour of containers/image#611. |
Avoid redundantly pulling the same image (or layer).
Signed-off-by: Valentin Rothberg rothberg@redhat.com