-
Notifications
You must be signed in to change notification settings - Fork 0
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
On container exit/termination lfsmount process remains in the process table as defunct #7
Comments
This is the same issue as katharostech/docker-plugin_lizardfs#8 |
I was doing some experiments and looks like the way it works will make it hard to even kill the lfsmount application. When I try to kill it after mount it says |
That's a little confusing because the parent process of the zombie should be the Docker plugin process, because that is the process that spawned it. I don't know why the container exiting causes the process to 🤔 I wonder, maybe you could try running the container that is mounting a volume with the |
I think I have an idea of what's happening but I'm not completely sure. I think |
Oh, sweet. Looks like you're making progress. Awesome. 👍 |
When the container is exited the process remains there until the plugin is disabled.
I'm guessing I need to somehow detach the parent process from it so it can die without problems.
What do you think @aNeutrino ?
The text was updated successfully, but these errors were encountered: