This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit b6fc9706c03c93239128f4a27051997c9647d8ff
Author: Joseph Wu <josep...@apache.org>
AuthorDate: Wed Sep 5 16:52:40 2018 -0700

    Added the missing MESOS-7947 to the 1.7.0 CHANGELOG.
---
 CHANGELOG | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 3a517c1..434b0df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -81,6 +81,11 @@ This release contains the following highlights:
       along with other cgroups related options
       (e.g., `cgroups/cpu`), those options will be just ignored.
 
+    * [MESOS-7947] - Added a new `--gc_non_executor_container_sandboxes`
+      option which tells the agent to garbage collect sandboxes created
+      via the LAUNCH_NESTED_CONTAINER API. The same flag will apply to
+      standalone container sandboxes in future.
+
     * [MESOS-8327] - Added container-specific cgroups mounts under
       `/sys/fs/cgroup` to containers with image launched by Mesos
       containerizer.
@@ -299,6 +304,7 @@ All Resolved Issues:
 ** Improvement
   * [MESOS-6451] - Add timer and percentile for docker pull latency 
distribution.
   * [MESOS-7691] - Support local enabled cgroups subsystems automatically.
+  * [MESOS-7947] - Add GC capability to nested containers
   * [MESOS-8064] - Add capability so mesos can programmatically decode .zip, 
.tar, .gzip, and other common file compression schemes
   * [MESOS-8106] - Docker fetcher plugin unsupported scheme failure message is 
not accurate.
   * [MESOS-8340] - Add a no-enforce option to the `network/ports` isolator.

Reply via email to