Repository: mesos
Updated Branches:
  refs/heads/master 6a47d0da2 -> 4b2033b2c


Added note to CHANGELOG about --runtime_dir.

Review: https://reviews.apache.org/r/52814/


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

Branch: refs/heads/master
Commit: 4b2033b2c5c629ccfcb276f66e63ebc8e5981a9d
Parents: df1b91f
Author: Kevin Klues <klue...@gmail.com>
Authored: Fri Oct 14 17:10:18 2016 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Fri Oct 14 17:12:07 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4b2033b2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7ffd223..fdb8873 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -41,6 +41,12 @@ Deprecations:
   * [MESOS-6371] - Remove the 'recover()' interface in 'ContainerLogger'.
 
 Additional API Changes:
+  * [MESOS-6204] - A new agent flag called `--runtime_dir`. Unlike
+    `--work_dir` which persists data across reboots, `--runtime_dir` is 
designed
+    to checkpoint state that should persist across agent restarts, but not
+    across reboots. By default this flag is set to `/var/run/mesos` when run as
+    root and `os::temp/mesos/runtime/` when run as non-root.
+
   * [MESOS-6220] - HTTP handler failures should result in 500 rather than
     503 responses. This means that when using the master or agent endpoints,
     failures will now result in a `500 Internal Server Error` rather than a

Reply via email to