You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2015/11/24 22:13:10 UTC

[jira] [Created] (MESOS-4003) Pass agent flags to isolator modules

Greg Mann created MESOS-4003:
--------------------------------

             Summary: Pass agent flags to isolator modules
                 Key: MESOS-4003
                 URL: https://issues.apache.org/jira/browse/MESOS-4003
             Project: Mesos
          Issue Type: Bug
            Reporter: Greg Mann
            Assignee: Greg Mann


Some isolator modules can benefit from access to the agent's command-line flags. For example, the DVD isolator (https://github.com/emccode/mesos-module-dvdi) is currently forced to mount external volumes in a hard-coded directory. Making the agent flags accessible to the isolator via {{Isolator::recover()}} would allow the isolator to mount volumes within the agent's {{work_dir}}. This can be accomplished by simply adding an overloaded signature for {{Isolator::recover()}} which includes the agent flags as a parameter.



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