[
https://issues.apache.org/jira/browse/MESOS-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15628613#comment-15628613
]
haosdent commented on MESOS-6518:
---------------------------------
Yes, docker container at the same host, but those files only exists in docker
container(docker use different mount namespace with the host). So Mesos could
not access those files in the docker containers. For example, in docker
container. we link {{/tmp/a}} to {{/mnt/sandbox/mesos/a}}
Then we could see it in the docker container and access it correctly.
{code}
lrwxr-xr-x 1 haosdent wheel 6B Nov 2 19:03 a@ -> /mnt/sandbox/mesos/a
{code}
But Mesos only aware the mount namespace of host, {{/mnt/sandbox/mesos}}
doesn't exist in the host, so it is invalid outside of the docker container.
> Mesos dashboard: Symlinks not displayed in sandbox view
> -------------------------------------------------------
>
> Key: MESOS-6518
> URL: https://issues.apache.org/jira/browse/MESOS-6518
> Project: Mesos
> Issue Type: Improvement
> Components: webui
> Reporter: Mischa Krüger
> Assignee: haosdent
> Priority: Minor
> Attachments: sandbox.png, tmp.png
>
>
> Soft symbolic links do not appear in the sandbox, though they exist.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)