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

Force IPC mount to unmount on daemon shutdown/init #17539

Merged
merged 1 commit into from Oct 30, 2015

Conversation

cpuguy83
Copy link
Member

Instead of using MNT_DETACH to unmount the container's mqueue/shm
mounts, force it... but only on daemon init and shutdown.

This makes sure that these IPC mounts are cleaned up even when the
daemon is killed.

Instead of using `MNT_DETACH` to unmount the container's mqueue/shm
mounts, force it... but only on daemon init and shutdown.

This makes sure that these IPC mounts are cleaned up even when the
daemon is killed.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@calavera
Copy link
Contributor

LGTM

1 similar comment
@LK4D4
Copy link
Contributor

LK4D4 commented Oct 30, 2015

LGTM

LK4D4 added a commit that referenced this pull request Oct 30, 2015
Force IPC mount to unmount on daemon shutdown/init
@LK4D4 LK4D4 merged commit 23a0fe9 into moby:master Oct 30, 2015
@calavera calavera added this to the 1.9.1 milestone Oct 30, 2015
@cpuguy83 cpuguy83 deleted the cleaner_ipc_unmount_handling branch October 31, 2015 00:56
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.

None yet

5 participants