You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Qian Zhang (JIRA)" <ji...@apache.org> on 2016/05/19 13:45:13 UTC

[jira] [Created] (MESOS-5413) `network/cni` isolator should skip the bind mounting of the CNI network information root directory if possible

Qian Zhang created MESOS-5413:
---------------------------------

             Summary: `network/cni` isolator should skip the bind mounting of the CNI network information root directory if possible
                 Key: MESOS-5413
                 URL: https://issues.apache.org/jira/browse/MESOS-5413
             Project: Mesos
          Issue Type: Bug
            Reporter: Qian Zhang
            Assignee: Qian Zhang


Currently in the create() method `network/cni` isolator, for the CNI network information root directory (i.e., {{/var/run/mesos/isolators/network/cni}}), we do a self bind mount and make sure it is a shared mount of its own peer group. However, we should not do a self bind mount if the mount containing the CNI network information root directory is already a shared mount in its own share peer group, just like what we did for `filesystem/linux` isolator in [MESOS-5239 | https://issues.apache.org/jira/browse/MESOS-5239].



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