Mesos Roles | Min or Max ?

2018-05-21 Thread Trevor Powell
Hello everyone, Reading up on http://mesos.apache.org/documentation/latest/roles/ and http://mesos.apache.org/documentation/latest/quota/ Its not clear to me if there is a way to control how much a role is allowed to use a cluster. The MAX. I think roles and quotas are more for minimum

Re: Mesos Roles | Min or Max ?

2018-05-21 Thread Ken Sipe
Hey Trevor! Quota in mesos is used for both… it is a guarantee of offers up to a Max and it defines the Max. Ken > On May 21, 2018, at 4:34 PM, Trevor Powell wrote: > > Hello everyone, > > Reading up on http://mesos.apache.org/documentation/latest/roles/ >

Re: Mesos Roles | Min or Max ?

2018-05-21 Thread Benjamin Mahler
Currently a role either has no guarantee and no limit, or a guarantee and limit set to the same amount of resources. The work is underway to allow setting limit distinct from guarantee: https://issues.apache.org/jira/browse/MESOS-8068 On Mon, May 21, 2018 at 4:17 PM Ken Sipe