You can define roles that allows you to reserve resources for specific frameworks http://mesos.apache.org/documentation/latest/roles/ You can also mark agents with attributes. Then framework could filter offers based on that attributes http://mesos.apache.org/documentation/latest/attributes-resources/ What framework are you using? If marathon then attributes will be easiest option. After adding agent attributes, add constraints to you app definition https://mesosphere.github.io/marathon/docs/constraints.html
sob., 23.07.2016, 14:37 użytkownik Mark Hammons < [email protected]> napisał: > I'm sorry, I'm still fairly new to mesos, so I'm not sure what this means > or how to do that. Could you link to some documentation or an example that > discusses this in more detail? > > > > On Saturday, July 23, 2016 12:32:52 PM Tomek Janiszewski wrote: > > > You can mark all slave resources as cuda role or add attribute to run > tasks > > > on this agent. > -- > > Mark Hammons - +33 06 03 69 56 56 > > Research Engineer @ BioEmergences <http://bioemergences.iscpif.fr> > > Lab Phone: 01 69 82 34 19 >

