You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/03/03 20:34:32 UTC

mesos git commit: Added net_cls isolator to CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 5d960d51f -> 5a5d58f23


Added net_cls isolator to CHANGELOG.

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


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

Branch: refs/heads/master
Commit: 5a5d58f23da28455952b1c758e51bd0bf9753452
Parents: 5d960d5
Author: Avinash sridharan <av...@mesosphere.io>
Authored: Thu Mar 3 11:34:13 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Mar 3 11:34:29 2016 -0800

----------------------------------------------------------------------
 CHANGELOG | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/5a5d58f2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e85669b..7d168f7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,12 @@
 Release Notes - Mesos - Version 0.28.0 (WIP)
 --------------------------------------------
+* We have introduced a new cgroups isolator for enabling the net_cls
+  subsystem in linux.  The cgroups/net_cls isolator allows operators
+  to provide network performance isolation and network segmentation
+  for containers within a Mesos cluster. To enable the cgroups/net_cls
+  isolator, append `cgroups/net_cls` to the `--isolation` flag when
+  starting the slave.  You can find more details about the isolator in
+  the Apache Mesos documentation page for `Mesos containerizer`.
 
 ** API Changes:
   * [MESOS-4066] - Agent should not return partial state when a request is made to /state endpoint during recovery.