Repository: mesos
Updated Branches:
  refs/heads/1.5.x 944d74ad3 -> d6a73f6ab


Added new reconfiguration_policy flag to docs/updgrades.md.

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


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

Branch: refs/heads/1.5.x
Commit: d6a73f6ab550b6798d644099274fcd7bde8d15f0
Parents: 944d74a
Author: Benno Evers <bev...@mesosphere.com>
Authored: Mon Jan 8 10:14:32 2018 -0800
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Mon Jan 8 10:15:05 2018 -0800

----------------------------------------------------------------------
 docs/upgrades.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d6a73f6a/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index f2eb5a9..29739cb 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -51,6 +51,7 @@ We categorize the changes as follows:
       <li>C <a href="#1-5-x-task-starting">Built-in executors send a 
TASK_STARTING update</a></li>
       <li>A <a href="#1-5-x-network-ports-isolator">Network ports 
isolator</a></li>
       <li>C <a href="#1-5-x-relative-disk-source-root-path">Relative source 
root paths for disk resources</a></li>
+      <li>A <a href="#1-5-x-reconfiguration-policy">Agent state recovery after 
resource changes</a></li>
     </ul>
   </td>
 
@@ -59,6 +60,7 @@ We categorize the changes as follows:
       <li>A <a 
href="#1-5-x-network-ports-isolator">container_ports_watch_interval</a></li>
       <li>A <a 
href="#1-5-x-network-ports-isolator">check_agent_port_range_only</a></li>
       <li>D <a href="#1-5-x-executor-secret-key">executor_secret_key</a></li>
+      <li>A <a 
href="#1-5-x-reconfiguration-policy">reconfiguration_policy</a></li>
     </ul>
   </td>
 
@@ -395,6 +397,11 @@ We categorize the changes as follows:
   * `show_nested`: Whether to show nested containers.
   * `show_standalone`: Whether to show standalone containers.
 
+<a name="1-5-x-reconfiguration-policy"></a>
+* A new agent flag `--reconfiguration_policy` has been added. By setting the 
value of this flag to `additive`,
+  operators can allow the agent to be restarted with increased resources 
without requiring the agent ID to be
+  changed. Note that if this feature is used, the master version is required 
to be >= 1.5 as well.
+
 ## Upgrading from 1.3.x to 1.4.x ##
 
 <a name="1-4-x-ambient-capabilities"></a>

Reply via email to