RE: Roles and Oversubscription

2015-12-02 Thread Plotka, Bartlomiej
Hi John, As you can see here: https://github.com/apache/mesos/blob/master/docs/oversubscription.md#launching-tasks-using-revocable-resources … “revocable” is only an additional attribute in Mesos Resource. So you can specify the roles independently of revocable on/off. For example you could

RE: Custom python executor with Docker

2015-11-10 Thread Plotka, Bartlomiej
Hi All, I can see there are many use cases for extending Docker tasks with some pre/post work. In our solution we want to prepare and attach some volumes (e.g ceph volumes) to Docker. As you know we cannot (easily) attach a volume to the running Docker, so we need pre script for preparing &

RE: Custom python executor with Docker

2015-11-10 Thread Plotka, Bartlomiej
This is somehow possible using Kubernetes over Mesos: https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/mesos.md Kind Regards, Bartek Plotka From: Aaron Carey [mailto:aca...@ilm.com] Sent: Tuesday, November 10, 2015 4:33 PM To: user@mesos.apache.org Subject: RE:

RE: Mesos .26 failing on centos7

2015-11-09 Thread Plotka, Bartlomiej
I had the same issue (broken build) on Ubuntu 14.04.. Commit “cee4958” helped. Kind Regards, Bartek Plotka From: Jan Schlicht [mailto:j...@mesosphere.io] Sent: Monday, November 9, 2015 3:27 PM To: user@mesos.apache.org Cc: dev Subject: Re: Mesos .26 failing on centos7