Re: Is it possible to configure a mesos agent to use multiple work directories?

2017-11-22 Thread Vinod Kone
I see. One option would be to expose multiple disks as resources to frameworks and have them use that. The task sandboxes (and other metadata) will still be located in `work_dir`, but most of the tasks' I/O could be directed towards those disks. Of course, this needs changes to frameworks which is

Re: Is it possible to configure a mesos agent to use multiple work directories?

2017-11-22 Thread Jie Yu
You can config multiple disks for persistent volumes. Please see this doc for more details: http://mesos.apache.org/documentation/latest/multiple-disk/ - Jie On Wed, Nov 22, 2017 at 1:57 PM, Jeff Kubina wrote: > Thanks, that is what I thought. > > Why: To spread the

Re: Is it possible to configure a mesos agent to use multiple work directories?

2017-11-22 Thread Jeff Kubina
Thanks, that is what I thought. Why: To spread the I/O-workload of some frameworks across many disks. -- Jeff Kubina 410-988-4436 On Wed, Nov 22, 2017 at 2:21 PM, Vinod Kone wrote: > No. Why do you need that? > > On Wed, Nov 22, 2017 at 10:42 AM, Jeff Kubina

Re: Is it possible to configure a mesos agent to use multiple work directories?

2017-11-22 Thread Vinod Kone
No. Why do you need that? On Wed, Nov 22, 2017 at 10:42 AM, Jeff Kubina wrote: > Is it possible to configure a mesos agent to use multiple work directories > (the work_dir parameter)? > >

Is it possible to configure a mesos agent to use multiple work directories?

2017-11-22 Thread Jeff Kubina
Is it possible to configure a mesos agent to use multiple work directories (the work_dir parameter)?