Qian Zhang created MESOS-9475:
---------------------------------
Summary: Task launched with non-root user cannot write to existing
sub-dirs/files in persistent volume
Key: MESOS-9475
URL: https://issues.apache.org/jira/browse/MESOS-9475
Project: Mesos
Issue Type: Bug
Reporter: Qian Zhang
Reproduce steps:
1. Create a PV via `/master/create-volumes`.
2. Log into the agent host with root and manually create a sub-dir under the PV.
3. Launch a task with a non-root user to touch a file under that sub-dir in the
PV.
The task failed because it has no write permission to the sub-dir.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)