I don't know of anything inside of Mesos that would prevent you from writing to NFS. Maybe examine the environment variables set when running as that user. Or are you running in a Docker container? Those can have additional restrictions.
On Fri, May 8, 2015 at 4:44 PM, John Omernik <[email protected]> wrote: > I am doing something where people may recommend against my course of > action. However, I am curious if there is "a way" basically I have a > process being kicked off in marathon that is trying to write to a nfs > location. The permissions of the user running the task and the nfs > location are good. So what component of mesos or marathon is keeping me > from writing here ? ( I am getting permission denied). Is this one of > those things that is just not allowed, or is there an option to pass to > marathon to allow this? Thanks ! > > -- > Sent from my iThing >

