This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 5e79a584e6ec3e9e2f96e8bf418411df9dafac2e Author: Greg Mann <[email protected]> AuthorDate: Fri Aug 30 11:48:18 2019 -0300 Fixed formatting in the upgrade docs. --- docs/upgrades.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/upgrades.md b/docs/upgrades.md index d36a9a4..d745752 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -522,21 +522,22 @@ We categorize the changes as follows: <a name="1-9-x-automatic-agent-draining"></a> - * A new `DRAINING` state has been added to Mesos agents. Once an agent is draining, all tasks running on that agent are gracefully - killed and no offers for that agent are sent to schedulers, preventing the launching of new tasks. - Operators can put an agent into `DRAINING` state by using the `DRAIN_AGENT` operator API call. - See [`docs/maintenance`](maintenance.md) for details. +* A new `DRAINING` state has been added to Mesos agents. Once an agent is draining, all tasks running on that agent are gracefully + killed and no offers for that agent are sent to schedulers, preventing the launching of new tasks. + Operators can put an agent into `DRAINING` state by using the `DRAIN_AGENT` operator API call. + See [`docs/maintenance`](maintenance.md) for details. <a name="1-9-x-agent-features"></a> + * The Mesos agent now requires the new `AGENT_DRAINING` feature. This capability is set by default, but if the `--agent_features` flag is specified explicitly, `AGENT_DRAINING` must be included. <a name="1-9-x-linux-nnp-isolator"></a> - * A new [`linux/nnp`](isolators/linux-nnp.md) isolator has been added. The isolator supports setting of the `no_new_privs` bit in the container, preventing tasks from acquiring additional privileges. +* A new [`linux/nnp`](isolators/linux-nnp.md) isolator has been added. The isolator supports setting of the `no_new_privs` bit in the container, preventing tasks from acquiring additional privileges. <a name="1-9-x-docker-ignore-runtime"></a> - * A new [`--docker_ignore_runtime`](configuration/agent.md#docker_ignore_runtime) flag has been added. This causes the agent to ignore any runtime configuration present in Docker images. +* A new [`--docker_ignore_runtime`](configuration/agent.md#docker_ignore_runtime) flag has been added. This causes the agent to ignore any runtime configuration present in Docker images. <a name="1-9-x-hostname-validation-scheme"></a>
