Re: [mesos-mail] Re: Update the *Minimum Linux Kernel version* supported on Mesos

2018-04-11 Thread Gilbert Song
Hi all, FYI we landed this patch  to
avoid nested freezer cgroup support check for old kernel versions. Please
reply to this thread if you had concerns about this update.

- Gilbert

On Sun, Apr 8, 2018 at 12:18 AM, Alex Rukletsov  wrote:

> This does not seem to me as a disruptive change, so I'm +1.
>
> On Thu, Apr 5, 2018 at 6:36 PM, Jie Yu  wrote:
>
>> 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
>>
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Apache Mesos Mail Lists" group.
> Visit this group at https://groups.google.com/a/mesosphere.io/group/mesos-
> mail/.
> For more options, visit https://groups.google.com/a/mesosphere.io/d/optout
> .
>


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

2018-04-08 Thread Alex Rukletsov
This does not seem to me as a disruptive change, so I'm +1.

On Thu, Apr 5, 2018 at 6:36 PM, Jie Yu  wrote:

> 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 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