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

Ensure podman copes with a hard reboot #460

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Ensure podman copes with a hard reboot #460

merged 2 commits into from
Oct 23, 2024

Conversation

sjpb
Copy link
Collaborator

@sjpb sjpb commented Oct 23, 2024

This PR fixes podman containers failing to start after a hard reboot, with an error "invalid internal status" in the journal for the unit.

Note that originally the podman role ensured the podman temporary directories were on a tmpfs; this appeared to be problematic with later podman and #351 removed this.

Fixes #459.

@sjpb sjpb force-pushed the fix/podman-hard-reboot branch from f7a0e93 to c7954d4 Compare October 23, 2024 13:25
@sjpb sjpb marked this pull request as ready for review October 23, 2024 13:26
@sjpb sjpb requested a review from a team as a code owner October 23, 2024 13:26
@sjpb sjpb requested a review from jovial October 23, 2024 15:22
@sjpb
Copy link
Collaborator Author

sjpb commented Oct 23, 2024

Tested on RL9: without this PR hard reboot fails with described problem, with it problem is fixed.

@sjpb sjpb merged commit c61d18d into main Oct 23, 2024
2 checks passed
@sjpb sjpb deleted the fix/podman-hard-reboot branch October 23, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"invalid internal status, try resetting the pause process" error on Rocky 8
2 participants