Chris, Mesos currently only supports a single disk. In other words, if you have multiple disks, Mesos can only manage one of them. You can choose which disk to use by setting --work_dir to the appropriate directory under the given disk.
On Thu, Jul 23, 2015 at 2:28 PM, Christopher Ketchum <[email protected]> wrote: > Hi, > > I've recently started using the disk resource, and it seems like mesos > slaves only detect disk resources mounted on the root directory. Is there > anyway to point mesos to storage mounted elsewhere? Should I just pass what > I know to be the cumulative storage to the resources flag? > > Thanks! > Chris >

