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

mesos git commit: Added MESOS-4324 to CHANGELOG for 1.1.

Repository: mesos
Updated Branches:
  refs/heads/master 82c520eb0 -> 03240d8f9


Added MESOS-4324 to CHANGELOG for 1.1.


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

Branch: refs/heads/master
Commit: 03240d8f999ff5c7e31624e083a484091a5464bf
Parents: 82c520e
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Mon Oct 17 08:55:38 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Mon Oct 17 08:55:38 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/03240d8f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index dc4aa6d..004568f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,12 @@ This release contains the following new features:
     hence a task must listen on all interfaces. On Linux, For BRIDGE and USER
     modes, docker executor enters the task's network namespace.
 
+  * [MESOS-4324] - Allow access to persistent volumes as read-only or read-write
+    by tasks. Mesos doesn't allow persistent volumes to be created as read-only
+    but in 1.1 it starts allow tasks to use the volumes as read-only. This is
+    mainly motivated by shared persistent volumes but applies to regular
+    persistent volumes as well.
+
   * [MESOS-5275] - **Experimental** support for linux capabilities. Frameworks
     or operators now have fine-grained control over the capabilities that a
     container may have. This allows a container to run as root, but not have all