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

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


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

commit 40b757f4ec1d611fd1d2492cc350d99bbe398881
Author: Deepak Goel <[email protected]>
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 f8166be..2a07c8c 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -60,6 +60,7 @@ We categorize the changes as follows:
   <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Flags-->
     <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-network-cni-root-dir-persist">network_cni_root_dir_persist</a></li>
     </ul>
   </td>
 
@@ -472,6 +473,10 @@ We categorize the changes as follows:
 
 * A new 
[`--enforce_container_ports`](configuration/agent.md#enforce_container_ports) 
flag has been added to toggle whether the 
[`network/ports`](isolators/network-ports.md) isolator should enforce TCP ports 
usage limits.
 
+<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.

Reply via email to