Hi,
I would like to run Mesos slaves on machines that have multiple disks.
According to the Mesos configuration page
<http://mesos.apache.org/documentation/latest/configuration/> I can specify
a work_dir argument to the slaves.1) Can the work_dir argument contain multiple directories ? 2) Is the work_dir where Mesos will place all of its data ? So If I started a task on Mesos, would the slave place the task's data (stderr, stdout, task created directories) inside work_dir ? Thanks, Arunabha

