Closed
Conversation
Signed-off-by: Yusuf Tarık Günaydın <[email protected]>
Member
|
ping @jhowardmsft @johnstep PTAL |
Member
|
Seems like this should be handled lower down in the abstraction, as is this is pretty sloppy. |
Contributor
Author
|
I am not familiar with this repository to make the abstraction and also do not have time for it. I have written a comment on #36793. If someone tries to fix this, he can use the information there. So, closing this. |
Member
|
I think the right/cleaner fix is: which takes advantage of containerd\continuity\driver abstraction. I'll test this and put a replacement PR in if so. |
This was referenced Jun 27, 2018
Member
|
@yusuf-gunaydin understood, thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
While file hashes are being generated, they are searched on the host filesystem. For LCOW this always returns a file not found error and the file name is used instead of the SHA hash. This was causing wrong cache uses like #36793. I have fixed the hashing method for LCOW.
- How I did it
For LCOW, instead of trying to read the file from the host filesystem, use the container filesystem.
- How to verify it
#36793 has the necessary steps.
- Description for the changelog
Fixed file hash values for LCOW that caused wrong usage of layer caches.
- A picture of a cute animal (not mandatory but encouraged)