Updated the website built from mesos SHA: 00ce78b.
Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/5787b40d Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/5787b40d Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/5787b40d Branch: refs/heads/asf-site Commit: 5787b40d4ba6f2cca49904995aea1c5a192453d2 Parents: c6235f6 Author: jenkins <[email protected]> Authored: Tue Jun 19 07:00:38 2018 +0000 Committer: jenkins <[email protected]> Committed: Tue Jun 19 07:00:38 2018 +0000 ---------------------------------------------------------------------- .../latest/configuration/agent/index.html | 12 +- .../documentation/latest/upgrades/index.html | 8 + content/documentation/upgrades/index.html | 8 + content/sitemap.xml | 9302 +++++++++--------- 4 files changed, 4675 insertions(+), 4655 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/5787b40d/content/documentation/latest/configuration/agent/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/configuration/agent/index.html b/content/documentation/latest/configuration/agent/index.html index b1e6bef..1571c66 100644 --- a/content/documentation/latest/configuration/agent/index.html +++ b/content/documentation/latest/configuration/agent/index.html @@ -1132,13 +1132,17 @@ containers running on the host network. --isolation=VALUE </td> <td> -Isolation mechanisms to use, e.g., <code>posix/cpu,posix/mem</code>, or +Isolation mechanisms to use, e.g., <code>posix/cpu,posix/mem</code> (or +<code>windows/cpu,windows/mem</code> if you are on Windows), or <code>cgroups/cpu,cgroups/mem</code>, or <code>network/port_mapping</code> (configure with flag: <code>--with-network-isolator</code> to enable), or <code>gpu/nvidia</code> for nvidia specific gpu isolation, or load an alternate -isolator module using the <code>--modules</code> flag. Note that this -flag is only relevant for the Mesos Containerizer. -(default: posix/cpu,posix/mem) +isolator module using the <code>--modules</code> flag. If <code>cgroups/all</code> +is specified, any other cgroups related isolation options (e.g., +<code>cgroups/cpu</code>) will be ignored, and all the local enabled cgroups +subsystems on the agent host will be automatically loaded by the cgroups isolator. +Note that this flag is only relevant for the Mesos Containerizer. (default: +windows/cpu,windows/mem on Windows; posix/cpu,posix/mem on other platforms) </td> </tr> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/5787b40d/content/documentation/latest/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/upgrades/index.html b/content/documentation/latest/upgrades/index.html index 929e9c0..0d30b32 100644 --- a/content/documentation/latest/upgrades/index.html +++ b/content/documentation/latest/upgrades/index.html @@ -154,6 +154,7 @@ R Removed feature/behavior <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Mesos Core--> <ul style="padding-left:10px;"> <li>A <a href="#1-7-x-linux-devices-isolator">Linux devices isolator</a></li> + <li>A <a href="#1-7-x-auto-load-subsystems">Automatically load local enabled cgroups subsystems</a></li> </ul> </td> @@ -557,6 +558,13 @@ isolator should enforce TCP ports usage limits.</li> </ul> +<p><a name="1-7-x-auto-load-subsystems"></a></p> + +<ul> +<li>A new option <code>cgroups/all</code> has been added to the agent flag <code>--isolation</code>. This allows cgroups isolator to automatically load all the local enabled cgroups subsystems. If this option is specified in the agent flag <code>--isolation</code> along with other cgroups related options (e.g., <code>cgroups/cpu</code>), those options will be just ignored.</li> +</ul> + + <p><a name="1-7-x-container-logger"></a></p> <ul> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/5787b40d/content/documentation/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/upgrades/index.html b/content/documentation/upgrades/index.html index 21a9ba5..9ef6eb3 100644 --- a/content/documentation/upgrades/index.html +++ b/content/documentation/upgrades/index.html @@ -154,6 +154,7 @@ R Removed feature/behavior <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Mesos Core--> <ul style="padding-left:10px;"> <li>A <a href="#1-7-x-linux-devices-isolator">Linux devices isolator</a></li> + <li>A <a href="#1-7-x-auto-load-subsystems">Automatically load local enabled cgroups subsystems</a></li> </ul> </td> @@ -557,6 +558,13 @@ isolator should enforce TCP ports usage limits.</li> </ul> +<p><a name="1-7-x-auto-load-subsystems"></a></p> + +<ul> +<li>A new option <code>cgroups/all</code> has been added to the agent flag <code>--isolation</code>. This allows cgroups isolator to automatically load all the local enabled cgroups subsystems. If this option is specified in the agent flag <code>--isolation</code> along with other cgroups related options (e.g., <code>cgroups/cpu</code>), those options will be just ignored.</li> +</ul> + + <p><a name="1-7-x-container-logger"></a></p> <ul>
