You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Charles Raimbert (JIRA)" <ji...@apache.org> on 2017/06/08 22:25:18 UTC

[jira] [Updated] (MESOS-7645) Support RO mode for bind mount volumes with filesystem/linux isolator

     [ https://issues.apache.org/jira/browse/MESOS-7645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles Raimbert updated MESOS-7645:
------------------------------------
    Description: 
The filesystem/linux isolator currently creates all bind mount volumes as RW, even if a volume mode is set as RO.

The TODO in the isolator code helps to spot the missing capability:
https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/isolators/filesystem/linux.cpp#L587
{code}
// TODO(jieyu): Consider the mode in the volume.
{code}

  was:
The filesystem/linux isolator currently creates all bind mount volumes as RW, even if a volume mode is set as RO.

The TODO in the isolator code helps to spot the missing capability:
https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/isolators/filesystem/linux.cpp#L587
```
// TODO(jieyu): Consider the mode in the volume.
```


> Support RO mode for bind mount volumes with filesystem/linux isolator
> ---------------------------------------------------------------------
>
>                 Key: MESOS-7645
>                 URL: https://issues.apache.org/jira/browse/MESOS-7645
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization
>            Reporter: Charles Raimbert
>
> The filesystem/linux isolator currently creates all bind mount volumes as RW, even if a volume mode is set as RO.
> The TODO in the isolator code helps to spot the missing capability:
> https://github.com/apache/mesos/blob/master/src/slave/containerizer/mesos/isolators/filesystem/linux.cpp#L587
> {code}
> // TODO(jieyu): Consider the mode in the volume.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)