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

Added a runtime cleanup prior service startup #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Jan 7, 2025

Older versions of podman uses the /tmp directory for the runroot of the rootless podman storage. This causes an issue if there are runtime artifacts from older container instances left on the system. To avoid a service startup error this commit adds a pre step to the systemd service which removes any stale /tmp/containers-user-ID directory.

Older versions of podman uses the /tmp directory for
the runroot of the rootless podman storage. This causes
an issue if there are runtime artifacts from older
container instances left on the system. To avoid a service
startup error this commit adds a pre step to the systemd
service which removes any stale /tmp/containers-user-ID
directory.
@schaefi schaefi requested review from rjschwei and zelig8 January 7, 2025 15:51
@schaefi schaefi self-assigned this Jan 7, 2025
@schaefi
Copy link
Collaborator Author

schaefi commented Jan 7, 2025

We applied this patch to one of our servers and let it run for a while to check if the issue is really solved. @zelig8 will have an eye on that server and once he approves this PR I'm going to merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants