You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/08/20 17:57:04 UTC

[mesos] 05/05: Added MESOS-9116 to the 1.5.2 CHANGELOG.

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

alexr pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 35bd5cc4933ca3d03efa00d5a347418bf79afde5
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Mon Aug 20 19:35:29 2018 +0200

    Added MESOS-9116 to the 1.5.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 3dfcf40..365110e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8987] - Master asks agent to shutdown upon auth errors.
   * [MESOS-9024] - Mesos master segfaults with stack overflow under load.
   * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.
+  * [MESOS-9116] - Launch nested container session fails due to incorrect detection of `mnt` namespace of command executor's task.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.
   * [MESOS-9142] - CNI detach might fail due to missing network config file.