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 2019/04/04 04:27:53 UTC

[mesos] branch master updated: Added MESOS-9529 to 1.7.3 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b66ba44  Added MESOS-9529 to 1.7.3 CHANGELOG.
b66ba44 is described below

commit b66ba4488ccfe5bbdfe00d90b105e475bae55e29
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Wed Apr 3 21:27:08 2019 -0700

    Added MESOS-9529 to 1.7.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 5f3f6ff..ed02c98 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
 
 ** Bug
   * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files.
+  * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
   * [MESOS-9549] - nvidia/cuda 10 does not work on GPU isolator.
   * [MESOS-9564] - Logrotate container logger lets tasks execute arbitrary commands in the Mesos agent's namespace.
   * [MESOS-9568] - SLRP does not clean up mount directories for destroyed MOUNT disks.