Skip to content
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

Use persist dir for oom file #21523

Merged
merged 1 commit into from Feb 12, 2024

Commits on Feb 12, 2024

  1. Use persist dir for oom file

    Conmon writes the exit file and oom file (if container
    was oom killed) to the persist directory. This directory
    is retained across reboots as well.
    Update podman to create a persist-dir/ctr-id for the exit
    and oom files for each container to be written to. The oom
    state of container is set after reading the files
    from the persist-dir/ctr-id directory.
    The exit code still continues to read the exit file from
    the exits directory.
    
    Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
    umohnani8 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    667311c View commit details
    Browse the repository at this point in the history