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

Kill stuck fuse processes #152

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

Conversation

isibeni
Copy link
Member

@isibeni isibeni commented Feb 19, 2025

Kill stuck fuse processes if they don't exit after timeout.
Sometimes we observe s3fs processes being stuck even if the volumen is not a mountpoint anymore.
As of now the pod would then be stuck forever in terminating state as we would only run in timeout and kubelet will retry to unmount in a loop
Now we just kill the process if we run into the timeout

Signed-off-by: Benjamin Isinger [email protected]

Kill stuck fuse processes if they don't exit after timeout.
Sometimes we observe s3fs processes being stuck even if the volumen is not a mountpoint anymore.
As of now the pod would then be stuck forever in terminating state as we would only run in timeout and kubelet will retry to unmount in a loop
Now we just kill the process if we run into the timeout

Signed-off-by: Benjamin Isinger <[email protected]>
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.

1 participant