Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

sys-kernel: fix overlayfs Docker breakage in 5.2+ #50

Merged
merged 2 commits into from
Jul 17, 2019

Conversation

dongsupark
Copy link
Contributor

Kernel 5.2+ has a bug in overlayfs so that mount leaks lead to umount errors.
Fix the issue by temporarily disabling the check ovl_is_inuse() in the kernel.

See also:
coreos/linux#339
containers/podman#3540
moby/moby#39475

Also upgrade kernel to 5.2.1.

Dongsu Park added 2 commits July 16, 2019 14:41
Kernel 5.2+ has a bug in overlayfs so that mount leaks lead to
umount errors. Fix the issue by temporarily disabling the check
`ovl_is_inuse()` in the kernel.

See also:
coreos/linux#339
containers/podman#3540
moby/moby#39475
@dongsupark dongsupark added bug Something isn't working edge labels Jul 16, 2019
@dongsupark dongsupark merged commit 689012b into flatcar-master-edge Jul 17, 2019
@dongsupark dongsupark deleted the dongsu/kernel-overlayfs-mount-fix branch July 17, 2019 06:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working edge
Projects
None yet
2 participants