You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2016/09/29 02:12:21 UTC

[jira] [Created] (MESOS-6272) Allow WebUI/other tools to access the task sandbox for a nested container.

Anand Mazumdar created MESOS-6272:
-------------------------------------

             Summary: Allow WebUI/other tools to access the task sandbox for a nested container.
                 Key: MESOS-6272
                 URL: https://issues.apache.org/jira/browse/MESOS-6272
             Project: Mesos
          Issue Type: Task
            Reporter: Anand Mazumdar
             Fix For: 1.1.0


Currently, the agent does not expose any information about the {{ContainerID}} -> {{TaskID}} mapping. This makes it very hard for the WebUI/other tools to access construct the path to the task sandbox. As a workaround, one possible approach can be to create a symlink from {{tasks/TaskID}} -> {{containers/ContainerID}}. The WebUI can then construct the path to the task sandbox by following the symbolic link. Eventually, we would like to expose this information on the agent itself.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)