-
Notifications
You must be signed in to change notification settings - Fork 5
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
"Stale file handle" can cause crash loop #6
Comments
See #7. Needs some more work though. |
This was referenced Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue observed by @GeorgianaElena in 2i2c-org/infrastructure#3224 (comment)
The dirsize reported was found to crash based on
OSError: [Errno 116] Stale file handle: '/shared-volume'
. In scope for this project, I think there is an action point to make it more robust for this kind of failure.kubectl describe
of a pod crashing:I'll open a report in the dirsize reporter project about this kind of error. I'm not sure what the resolution is, but it shouldn't be a blocker for the k8s upgrade aspect.
The text was updated successfully, but these errors were encountered: