Thanks for the answers! The workaround did what I was looking for. Thanks again, Chris
On Thu, Jul 23, 2015 at 2:43 PM, Joseph Wu <[email protected]> wrote: > Chris, > > There is a workaround. If you wrap up your storage devices prior to > starting Mesos, then you can transparently use multiple disks as a single > disk. See [1]. > > ~Joseph > > [1] https://www.mail-archive.com/[email protected]/msg01726.html > > On Thu, Jul 23, 2015 at 2:31 PM, Jie Yu <[email protected]> wrote: > >> 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 >>> >> >> >

