Re: Docker Multi-Host Networking and Mesos Isolation Strategies

2015-11-04 Thread John Omernik
I created a basic stub at https://issues.apache.org/jira/browse/MESOS-3828 Thanks! John On Wed, Nov 4, 2015 at 8:32 AM, haosdent wrote: > This new docker feature looks excited! To integrated with this, my quick > idea is we could implement it as a pluggable module and let user choose > which

Re: Docker Multi-Host Networking and Mesos Isolation Strategies

2015-11-04 Thread haosdent
This new docker feature looks excited! To integrated with this, my quick idea is we could implement it as a pluggable module and let user choose which network isolator should used. But this is just my opinion. Could you create a story for this in https://issues.apache.org/jira/browse/MESOS so we co

Docker Multi-Host Networking and Mesos Isolation Strategies

2015-11-04 Thread John Omernik
Hey all, I see Docker 1.9 has a neat multihost networking feature. http://blog.docker.com/2015/11/docker-multi-host-networking-ga/ I am curious how this may integrate (if at all) with the Network Isolation/IP per container strategy Mesos is looking at. Is there overlap here? Are there integrati

Re: mesos isolation

2014-07-14 Thread Ian Downes
> > >> > >> > Thanks, >> > Asim >> > >> > >> > >> > On Fri, Jul 11, 2014 at 12:46 PM, Tim St Clair >> > wrote: >> >> >> >> It will also matter if you are using systemd. >> >> &g

Re: mesos isolation

2014-07-12 Thread yifan
using systemd. >> >> Cheers, >> Tim >> >> - Original Message - >> > From: "Dick Davies" mailto:d...@hellooperator.net>> >> > To: user@mesos.apache.org <mailto:user@mesos.apache.org> &

Re: mesos isolation

2014-07-11 Thread Asim
t 12:46 PM, Tim St Clair > wrote: > >> > >> It will also matter if you are using systemd. > >> > >> Cheers, > >> Tim > >> > >> - Original Message - > >> > From: "Dick Davies" > >> > To: user@mesos.a

Re: mesos isolation

2014-07-11 Thread Ian Downes
lair wrote: >> >> It will also matter if you are using systemd. >> >> Cheers, >> Tim >> >> - Original Message - >> > From: "Dick Davies" >> > To: user@mesos.apache.org >> > Sent: Friday, July

Re: mesos isolation

2014-07-11 Thread Asim
- Original Message - > > From: "Dick Davies" > > To: user@mesos.apache.org > > Sent: Friday, July 11, 2014 11:43:36 AM > > Subject: Re: mesos isolation > > > > Are you using cgroups, or the default (posix) isolation? > > > > > > >

Re: mesos isolation

2014-07-11 Thread Tim St Clair
It will also matter if you are using systemd. Cheers, Tim - Original Message - > From: "Dick Davies" > To: user@mesos.apache.org > Sent: Friday, July 11, 2014 11:43:36 AM > Subject: Re: mesos isolation > > Are you using cgroups, or the default (posix) isol

Re: mesos isolation

2014-07-11 Thread Dick Davies
Are you using cgroups, or the default (posix) isolation? On 11 July 2014 17:06, Asim wrote: > Hi, > > I am running a job on few machines in my Linux cluster. Each machine is an > Intel 8 core (with 32 threads). I see a total of 32 CPUs in /etc/cpuinfo and > within mesos web interface. When I la

mesos isolation

2014-07-11 Thread Asim
Hi, I am running a job on few machines in my Linux cluster. Each machine is an Intel 8 core (with 32 threads). I see a total of 32 CPUs in /etc/cpuinfo and within mesos web interface. When I launch a job using mesos, I see that all CPUs are used equally and not just the number of CPUs I specify fo