Re: Update the *Minimum Linux Kernel version* supported on Mesos

2018-04-05 Thread Jie Yu
>
> User namespaces require >= 3.12 (November 2013). Can we make that the
> minimum?


No, we need to support CentOS7 which uses 3.10 (some variant)

- Jie

On Thu, Apr 5, 2018 at 8:56 AM, James Peach  wrote:

>
>
> > On Apr 5, 2018, at 5:00 AM, Andrei Budnik  wrote:
> >
> > Hi All,
> >
> > We would like to update minimum supported Linux kernel from 2.6.23 to
> > 2.6.28.
> > Linux kernel supports cgroups v1 starting from 2.6.24, but `freezer`
> cgroup
> > functionality was merged into 2.6.28, which supports nested containers.
>
> User namespaces require >= 3.12 (November 2013). Can we make that the
> minimum?
>
> J


Re: Update the *Minimum Linux Kernel version* supported on Mesos

2018-04-05 Thread James Peach


> On Apr 5, 2018, at 5:00 AM, Andrei Budnik  wrote:
> 
> Hi All,
> 
> We would like to update minimum supported Linux kernel from 2.6.23 to
> 2.6.28.
> Linux kernel supports cgroups v1 starting from 2.6.24, but `freezer` cgroup
> functionality was merged into 2.6.28, which supports nested containers.

User namespaces require >= 3.12 (November 2013). Can we make that the minimum?

J

Update the *Minimum Linux Kernel version* supported on Mesos

2018-04-05 Thread Andrei Budnik
Hi All,

We would like to update minimum supported Linux kernel from 2.6.23 to
2.6.28.
Linux kernel supports cgroups v1 starting from 2.6.24, but `freezer` cgroup
functionality was merged into 2.6.28, which supports nested containers.

If anyone uses older Linux kernel version, please let me know!

Best,
Andrei