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
[v4.2.0-rhel] container restart: clean up healthcheck state #16646
Conversation
When restarting a container, clean up the healthcheck state by removing the old log on disk. Carrying over the old state can lead to various issues, for instance, in a wrong failing streak and hence wrong behaviour after the restart. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2144754 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold Once we have an ACK, we can merge. |
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
There's no guarantee that the searched image will be returned, so only make sure that "alpine" is mentioned somewhere. Fixes: containers#16248 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
|
cherry-picked some commits to fix the search flakes in the e2e tests. |
|
@cevich the gitlab-runner job seems to be sick on this branch. I think we need to handwave this PR. |
|
/lgtm |
When restarting a container, clean up the healthcheck state by removing the old log on disk. Carrying over the old state can lead to various issues, for instance, in a wrong failing streak and hence wrong behaviour after the restart.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2144754
Signed-off-by: Valentin Rothberg vrothberg@redhat.com
Does this PR introduce a user-facing change?