[release-1.44] fix opaque whiteout pull error regression#6923
Open
Luap99 wants to merge 1 commit into
Open
Conversation
Buildah 1.44 has a new regression that was caused by me removing a bunch of init() code out of buildah, see commit ce7811f. The bug is actual a storage library issue but because a fix there needs a full vendor dance to get released instead we do this alternative fix for just the buildah 1.44 branch. Fixes: podman-container-tools#6903 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Member
Author
|
Added no new tests as we do not have a rootless test run here setup right now. There is a simple reproducer on the issue which I have manually verified. |
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 type of PR is this?
/kind bug
What this PR does / why we need it:
Buildah 1.44 has a new regression that was caused by me removing a bunch of init() code out of buildah, see commit ce7811f.
The bug is actual a storage library issue but because a fix there needs a full vendor dance to get released instead we do this alternative fix for just the buildah 1.44 branch.
How to verify it
Which issue(s) this PR fixes:
Fixes: #6903
Special notes for your reviewer:
The proper fix for storage is here podman-container-tools/container-libs#908
As such I have not submitted this for for buildah@main as we will consume the storage fix on the next upgrade there and have no need for this then.
Does this PR introduce a user-facing change?