Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
Mesosphere Sprint 40
-
3
Description
Many places in the codebase assume that the mountinfo table is sorted according to the order: parent mount point < child mount point.
However, in some cases this may not be true if (for example), a parent mount point (say /) is remounted to add some extra flags to it. When this happens, the remounted file system will appear in the mount table at the point where it was remounted.
We actually encountered this problem in the wild for the case of / being remounted after /run was mounted – causing problems in the NvidiaVolume which assumes the parent < child ordering.
Attachments
Issue Links
- relates to
-
MESOS-6118 Agent would crash with docker container tasks due to host mount table read.
- Resolved