You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2019/08/30 11:09:59 UTC

[mesos] branch master updated: Added MESOS-9956 to the 1.9.0 CHANGELOG.

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

bennoe 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 7df2cff  Added MESOS-9956 to the 1.9.0 CHANGELOG.
7df2cff is described below

commit 7df2cff9d0951e3a7d2c45f1bd031e62be3d3ee1
Author: Benno Evers <be...@mesosphere.com>
AuthorDate: Fri Aug 30 13:09:26 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 6291d29..876c303 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -152,6 +152,7 @@ All Resolved Issues:
   * [MESOS-9934] - Master does not handle returning unreachable agents as draining/deactivated
   * [MESOS-9935] - The agent crashes after the disk du isolator supporting rootfs checks.
   * [MESOS-9952] - ExampleTest.DiskFullFramework is slow
+  * [MESOS-9956] - CSI plugins reporting duplicated volumes will crash the agent.
 
 ** Epic
   * [MESOS-9534] - CSI Spec v1.0 Support.