Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

v0.13.4: fix race condition when umounting

Compare
Choose a tag to compare
@deniseschannon deniseschannon released this 15 Feb 19:40
· 12 commits to master since this release
this part of code raise a race condition, where previous container start
failed and call unmount, where after the next container starts and
unmount removes the mount entry.(gc takes 1 second after calling unmount).
We don't need to call umount in this case as the gc will always run if container
is being removed  which gc thread will clean unused mount entries.