You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/05/03 17:55:53 UTC

mesos git commit: Added MESOS-6575 to the 1.6.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 0dcf5c7f0 -> c12430c8b


Added MESOS-6575 to the 1.6.0 CHANGELOG.


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

Branch: refs/heads/master
Commit: c12430c8b9b7ce6443f19547003b3ef297ee9152
Parents: 0dcf5c7
Author: James Peach <jp...@apache.org>
Authored: Thu May 3 10:53:27 2018 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu May 3 10:55:02 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c12430c8/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0d25a48..befaab1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,10 @@ Release Notes - Mesos - Version 1.6.0 (WIP)
 -------------------------------------------
 This release contains the following new features:
 
+  * [MESOS-6575] - Added a new `--xfs_kill_containers` flag to the
+    Mesos agent. This causes the `disk/xfs` isolator to terminate
+    containers that exceed their disk quota.
+
   * [MESOS-8534] - **Experimental** A nested container is now allowed
     to join a separate CNI network than its parent container.