James Peach created MESOS-9354:
----------------------------------
Summary: Automatically remount read-only bind mounts.
Key: MESOS-9354
URL: https://issues.apache.org/jira/browse/MESOS-9354
Project: Mesos
Issue Type: Bug
Components: agent, containerization
Reporter: James Peach
To make a bind mount read-only, you have to first make the bind mount, then
remount it with the read-only flag. This is a bit arcane, which is why mount(8)
does it automatically. We should also do it automatically in {{fs::mount}} so
that every caller doesn't have to carry special code to make it work correctly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)