You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2018/12/19 07:54:47 UTC

[mesos] branch 1.7.x updated: Updated upgrades.md for the new flag `--network_cni_root_dir_persist`.

This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new b97f0ba  Updated upgrades.md for the new flag `--network_cni_root_dir_persist`.
b97f0ba is described below

commit b97f0ba29d40a279dec00ffe51512e3b5a146049
Author: Deepak Goel <de...@gmail.com>
AuthorDate: Wed Dec 19 15:38:02 2018 +0800

    Updated upgrades.md for the new flag `--network_cni_root_dir_persist`.
    
    Review: https://reviews.apache.org/r/69592/
---
 docs/upgrades.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/upgrades.md b/docs/upgrades.md
index 7364bd1..5275e22 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -62,6 +62,7 @@ We categorize the changes as follows:
     <ul style="padding-left:10px;">
       <li>A <a href="#1-7-x-enforce-container-ports">enforce_container_ports</a></li>
       <li>A <a href="#1-7-x-gc-non-executor-container-sandboxes">gc_non_executor_container_sandboxes</a></li>
+      <li>A <a href="#1-7-x-network-cni-root-dir-persist">network_cni_root_dir_persist</a></li>
     </ul>
   </td>
 
@@ -485,6 +486,10 @@ We categorize the changes as follows:
   We recommend enabling the flag if you have frameworks that launch multiple
   task groups on the same default executor instance.
 
+<a name="1-7-x-network-cni-root-dir-persist"></a>
+
+* A new [`--network_cni_root_dir_persist`](configuration/agent.md#network_cni_root_dir_persist) flag has been added to toggle whether the [`network/cni`](cni.md) isolator should persist the network information across reboots.
+
 <a name="1-7-x-container-logger"></a>
 
 * `ContainerLogger` module interface has been changed. The `prepare()` method now takes `ContainerID` and `ContainerConfig` instead.