Repository: mesos Updated Branches: refs/heads/master 8be2b0f58 -> 07430e701
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/07430e70 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/07430e70 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/07430e70 Branch: refs/heads/master Commit: 07430e7011f0cf7df589e5022c7ed6fb70776b37 Parents: 8be2b0f 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:14:32 2018 -0800 ---------------------------------------------------------------------- docs/upgrades.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/07430e70/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>