-
Notifications
You must be signed in to change notification settings - Fork 40
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
core dump directory is bind-mounted 32767 times #119
Comments
Thanks for the report @iameli - This is a tricky one alright Can you provide logs from the agent container and the composer log in From 10000 feet it seems like You may also want to see if you can create a file in the core folder outside of the core dump process with As an aside can you also confirm that a single core dump is working?
|
@iameli This has been open for a month with no further feedback so I'm closing it off as I think the issue is with the local-path-provisioner. If I'm wrong or you have more information please feel free to re-open this and I have also subscribed to the rancher/local-path-provisioner issue to make sure I get updates. |
@No9 it looks like it's an easy issue to simulate, and it might be related to the Look this on the docs https://kubernetes.io/docs/concepts/storage/volumes/#local
On every new corefile generated , it could find a new mount on the underlying machine |
we are facing the same issue with thousands of mounts for ...cores being created. |
I have no idea who to report this bug to, so I'm going to duplicate the report a few places.
local-path-provisioner: rancher/local-path-provisioner#287
kubernetes: kubernetes/kubernetes#114583
Environmental Info:
core-dump-handler image:
quay.io/icdh/core-dump-handler:v8.2.0
K3s Version:
I have also seen this behavior on a different node running a more recent version
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
6 Server Nodes
Describe the bug:
I'm running core-dump-handler on a few nodes. When core-dump-handler comes under load — we had a service elsewhere that was malfunctioning and segfaulting many times per second — its directory gets bind-mounted over and over and over and over. I do not know by whom.
Steps To Reproduce:
No idea how to reproduce this in an isolated environment, but I'll give it a shot as I continue debugging.
Here's core-dump-handler's DaemonSet configuration file and the PVCs that back it. The pertinent volumes section:
Possibly a problem with bind-mounting one directory inside another...?
The text was updated successfully, but these errors were encountered: