Updated minimum supported Linux kernel version.

Implementation of `freezer` cgroup, which supports nested containers,
was introduced in 2.6.28. This patch updates documentation.

Review: https://reviews.apache.org/r/66474/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3dcd225d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3dcd225d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3dcd225d

Branch: refs/heads/master
Commit: 3dcd225dbb817da676ae57f4f8871650ece5a0b8
Parents: 950ae66
Author: Andrei Budnik <abud...@mesosphere.com>
Authored: Tue Apr 10 23:40:52 2018 -0700
Committer: Gilbert Song <songzihao1...@gmail.com>
Committed: Tue Apr 10 23:43:58 2018 -0700

----------------------------------------------------------------------
 docs/building.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3dcd225d/docs/building.md
----------------------------------------------------------------------
diff --git a/docs/building.md b/docs/building.md
index 909d3ca..0def32b 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -24,7 +24,7 @@ There are different ways you can get Mesos:
 
 Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from 
source, GCC 4.8.1+ or Clang 3.5+ is required.
 
-On Linux, a kernel version >= 2.6.23 is required at both build time and run 
time. For full support of process isolation under Linux a recent kernel >= 3.10 
is required.
+On Linux, a kernel version >= 2.6.28 is required at both build time and run 
time. For full support of process isolation under Linux a recent kernel >= 3.10 
is required.
 
 The Mesos agent also runs on Windows. To build Mesos from source, follow the 
instructions in the [Windows](windows.md) section.
 

Reply via email to