-
Notifications
You must be signed in to change notification settings - Fork 251
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
[release-1.45] quota: unlink tmp file before creating it #1710
[release-1.45] quota: unlink tmp file before creating it #1710
Conversation
Before creating the tmp file, we unlink it first to avoid an EEXIST error. Cherry Pick of containers@befd147 Needed for Podman v4.4.1 backport. Fixes: https://issues.redhat.com/browse/RHEL-3163 [NO NEW TESTS NEEDED] Signed-off-by: Giuseppe Scrivano <[email protected]> Signed-off-by: TomSweeneyRedHat <[email protected]>
As the title says. Bumping for a backport. [NO NEW TESTS NEEDED] Signed-off-by: TomSweeneyRedHat <[email protected]>
As the title says [NO NEW TESTS NEEDED] Signed-off-by: TomSweeneyRedHat <[email protected]>
@vrothberg and @mtrmac PTAL |
@giuseppe PTAL |
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.
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: giuseppe, TomSweeneyRedHat The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The test failure is lint not being able to find something in a Debian repo? |
@cevich any idea where the lint failure from Debian is coming from? |
(Backport LGTM.) I think the difference is c0c43e4 on |
Per @cevich the test failure is expected in this branch |
Created WIP test PR in Podman: containers/podman#19971 |
Before creating the tmp file, we unlink it first to avoid an EEXIST
error.
Cherry Pick of befd147
Needed for Podman v4.4.1 backport.
Fixes: https://issues.redhat.com/browse/RHEL-3163
Also bump the version in this branch to v1.45.6, then back to 1.45.7-dev
[NO NEW TESTS NEEDED]