This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information