Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.1.2, 1.2.1, 1.3.0
-
Mesosphere Sprint 59
-
3
Description
This issue is only for Mesos Containerizer.
If the source of a sandbox volume is a relative path, we'll create the directory in the sandbox in Isolator::prepare method:
https://github.com/apache/mesos/blob/1.3.x/src/slave/containerizer/mesos/isolators/filesystem/linux.cpp#L480-L485
And then, we'll try to mount persistent volumes. However, because of this TODO in the code:
https://github.com/apache/mesos/blob/1.3.x/src/slave/containerizer/mesos/isolators/filesystem/linux.cpp#L726-L739
We'll skip mounting the persistent volume. That will cause a silent failure.
This is important because the workaround we suggest folks to solve MESOS-4016 is to use an additional sandbox volume.
Attachments
Issue Links
- is related to
-
MESOS-4016 Agent allows creation of persistent volume with absolute container_path
- Accepted