Updated the website built from mesos SHA: 081c311.
Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/536373a5 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/536373a5 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/536373a5 Branch: refs/heads/asf-site Commit: 536373a5b4c50e038f2c4bffd7bf386b4a8f91a7 Parents: 5c4db45 Author: jenkins <[email protected]> Authored: Mon May 7 16:19:06 2018 +0000 Committer: jenkins <[email protected]> Committed: Mon May 7 16:19:06 2018 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 2 +- .../index.html | 2 +- .../latest/isolators/disk-xfs/index.html | 13 +- .../documentation/latest/upgrades/index.html | 11 + content/documentation/upgrades/index.html | 11 + content/sitemap.xml | 9162 +++++++++--------- 6 files changed, 4616 insertions(+), 4585 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/536373a5/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 81297ef..beb053e 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -292,7 +292,7 @@ To learn more about CSI work in Mesos, you can dig into the design document < </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#x6d;&#97;&#x69;&#108;&#116;&#x6f;&#x3a;&#x64;&#101;&#x76;&#x40;&#97;&#x70;&#97;&#x63;&#104;&#x65;&#x2e;&#109;&#101;&#x73;&#x6f;&#x73;&#46;&#x6f;&#x72;&#103;">&#100;&#x65;&#118;&#64;&#x61;&#x70;&#x61;&#x63;&#x68;&#101;&#46;&#109;&#x65;&#115;&#111;&#x73;&#x2e;&#111;&#114;&#x67;</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#109;&#x61;&#x69;&#108;&#116;&#111;&#58;&#x64;&#101;&#118;&#x40;&#97;&#x70;&#97;&#x63;&#x68;&#101;&#x2e;&#109;&#101;&#115;&#x6f;&#115;&#x2e;&#x6f;&#114;&#x67;">&#x64;&#101;&#x76;&#x40;&#97;&#x70;&#97;&#99;&#x68;&#101;&#46;&#109;&#101;&#115;&#111;&#x73;&#x2e;&#111;&#114;&#x67;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/536373a5/content/blog/performance-working-group-progress-report/index.html ---------------------------------------------------------------------- diff --git a/content/blog/performance-working-group-progress-report/index.html b/content/blog/performance-working-group-progress-report/index.html index becbdfa..8f30e37 100644 --- a/content/blog/performance-working-group-progress-report/index.html +++ b/content/blog/performance-working-group-progress-report/index.html @@ -238,7 +238,7 @@ </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/536373a5/content/documentation/latest/isolators/disk-xfs/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/isolators/disk-xfs/index.html b/content/documentation/latest/isolators/disk-xfs/index.html index 2c3ef83..2c7e313 100644 --- a/content/documentation/latest/isolators/disk-xfs/index.html +++ b/content/documentation/latest/isolators/disk-xfs/index.html @@ -145,8 +145,17 @@ to display the <code>fsxattr.projid</code> field. For example:</p> <pre><code>$ xfs_io -r -c stat /mnt/mesos/ </code></pre> -<p>Note that the Posix Disk isolator <code>--container_disk_watch_interval</code> -does not apply to the XFS Disk isolator.</p> +<h2>Killing containers</h2> + +<p>The XFS Disk isolator flag <code>--xfs_kill_containers</code> will create container +quotas that have a gap between the soft and hard limits. The soft limit is +equal to the limit requested for the <code>disk</code> resource and the hard limit +is 10MB higher. If a container violates the soft limit then it will be +killed. The isolator polls for soft limit violations at the interval +specified by the <code>--container_disk_watch_interval</code> flag.</p> + +<p>Note that the <code>--container_disk_watch_interval</code> flag only applies to +the XFS Disk isolator when <code>--xfs_kill_containers</code> is set to true.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/536373a5/content/documentation/latest/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/upgrades/index.html b/content/documentation/latest/upgrades/index.html index 7cacddf..78ffdcd 100644 --- a/content/documentation/latest/upgrades/index.html +++ b/content/documentation/latest/upgrades/index.html @@ -162,6 +162,9 @@ R Removed feature/behavior <ul style="padding-left:10px;"> <li>A <a href="#1-6-x-fetcher-stall-timeout">fetcher_stall_timeout</a></li> </ul> + <ul style="padding-left:10px;"> + <li>A <a href="#1-6-x-xfs-kill-containers">xfs_kill_containers</a></li> + </ul> </td> <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Framework API--> @@ -530,6 +533,14 @@ R Removed feature/behavior </ul> +<p><a name="1-6-x-xfs-kill-containers"></a></p> + +<ul> +<li>A new agent flag <code>--xfs_kill_containers</code> has been added. By setting this flag, the <a href="/documentation/latest/./isolators/disk-xfs/"><code>disk/xfs</code></a> isolator +will now kill containers that exceed the disk limit.</li> +</ul> + + <h2>Upgrading from 1.4.x to 1.5.x</h2> <p><a name="1-5-x-task-starting"></a></p> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/536373a5/content/documentation/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/upgrades/index.html b/content/documentation/upgrades/index.html index e4c1adb..7b00e6e 100644 --- a/content/documentation/upgrades/index.html +++ b/content/documentation/upgrades/index.html @@ -162,6 +162,9 @@ R Removed feature/behavior <ul style="padding-left:10px;"> <li>A <a href="#1-6-x-fetcher-stall-timeout">fetcher_stall_timeout</a></li> </ul> + <ul style="padding-left:10px;"> + <li>A <a href="#1-6-x-xfs-kill-containers">xfs_kill_containers</a></li> + </ul> </td> <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Framework API--> @@ -530,6 +533,14 @@ R Removed feature/behavior </ul> +<p><a name="1-6-x-xfs-kill-containers"></a></p> + +<ul> +<li>A new agent flag <code>--xfs_kill_containers</code> has been added. By setting this flag, the <a href="/documentation/latest/./isolators/disk-xfs/"><code>disk/xfs</code></a> isolator +will now kill containers that exceed the disk limit.</li> +</ul> + + <h2>Upgrading from 1.4.x to 1.5.x</h2> <p><a name="1-5-x-task-starting"></a></p>
