Repository: mesos-site Updated Branches: refs/heads/asf-site 31dc95232 -> 4be42c21b
Updated the website built from mesos SHA: 53480e9. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/4be42c21 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/4be42c21 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/4be42c21 Branch: refs/heads/asf-site Commit: 4be42c21b72f36d9a23c19a9b1e9b73796d2eff3 Parents: 31dc952 Author: jenkins <[email protected]> Authored: Sat Jan 13 00:48:45 2018 +0000 Committer: jenkins <[email protected]> Committed: Sat Jan 13 00:48:45 2018 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 2 +- .../blog/performance-working-group-progress-report/index.html | 2 +- content/documentation/container-image/index.html | 6 +++++- content/documentation/latest/container-image/index.html | 6 +++++- 4 files changed, 12 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/4be42c21/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 4354181..bfc90cd 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -168,7 +168,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="&#109;&#x61;&#105;&#108;&#116;&#x6f;&#x3a;&#x64;&#x65;&#118;&#64;&#x61;&#x70;&#97;&#99;&#x68;&#101;&#x2e;&#x6d;&#101;&#115;&#x6f;&#x73;&#x2e;&#111;&#114;&#103;">&#100;&#101;&#118;&#64;&#x61;&#112;&#97;&#x63;&#104;&#101;&#46;&#109;&#x65;&#x73;&#111;&#115;&#46;&#111;&#x72;&#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;&#105;&#x6c;&#116;&#x6f;&#58;&#x64;&#101;&#118;&#64;&#x61;&#x70;&#x61;&#99;&#104;&#101;&#x2e;&#x6d;&#101;&#x73;&#x6f;&#x73;&#46;&#111;&#114;&#103;">&#100;&#x65;&#x76;&#x40;&#97;&#112;&#x61;&#x63;&#x68;&#x65;&#46;&#109;&#x65;&#115;&#111;&#115;&#x2e;&#x6f;&#114;&#x67;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/4be42c21/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 5c8f423..f0f0fe8 100644 --- a/content/blog/performance-working-group-progress-report/index.html +++ b/content/blog/performance-working-group-progress-report/index.html @@ -248,7 +248,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/4be42c21/content/documentation/container-image/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/container-image/index.html b/content/documentation/container-image/index.html index 8aec96c..13c7520 100644 --- a/content/documentation/container-image/index.html +++ b/content/documentation/container-image/index.html @@ -420,12 +420,16 @@ using the following logic table:</p> | Backend | Suggested on | Disabled on | +---------+--------------+------------------------------------------+ | aufs | ext4 xfs | btrfs aufs eCryptfs | -| overlay | ext4 xfs | btrfs aufs overlay overlay2 zfs eCryptfs | +| overlay | ext4 xfs* | btrfs aufs overlay overlay2 zfs eCryptfs | | bind | | N/A(`--sandbox_directory' must exist) | | copy | | N/A | +---------+--------------+------------------------------------------+ </code></pre> +<p>NOTE: <code>xfs</code> support on <code>overlay</code> is enabled only when <code>d_type=true</code>. Use +<code>xfs_info</code> to verify that the <code>xfs</code> ftype option is set to 1. To format +an xfs filesystem for <code>overlay</code>, use the flag <code>-n ftype=1</code> with <code>mkfs.xfs</code>.</p> + <p>The provisioner backend can be specified through the agent flag <code>--image_provisioner_backend</code>. If not set, Mesos will select the best backend automatically for the users/operators. The selection logic is http://git-wip-us.apache.org/repos/asf/mesos-site/blob/4be42c21/content/documentation/latest/container-image/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/container-image/index.html b/content/documentation/latest/container-image/index.html index 01597a6..487d76f 100644 --- a/content/documentation/latest/container-image/index.html +++ b/content/documentation/latest/container-image/index.html @@ -420,12 +420,16 @@ using the following logic table:</p> | Backend | Suggested on | Disabled on | +---------+--------------+------------------------------------------+ | aufs | ext4 xfs | btrfs aufs eCryptfs | -| overlay | ext4 xfs | btrfs aufs overlay overlay2 zfs eCryptfs | +| overlay | ext4 xfs* | btrfs aufs overlay overlay2 zfs eCryptfs | | bind | | N/A(`--sandbox_directory' must exist) | | copy | | N/A | +---------+--------------+------------------------------------------+ </code></pre> +<p>NOTE: <code>xfs</code> support on <code>overlay</code> is enabled only when <code>d_type=true</code>. Use +<code>xfs_info</code> to verify that the <code>xfs</code> ftype option is set to 1. To format +an xfs filesystem for <code>overlay</code>, use the flag <code>-n ftype=1</code> with <code>mkfs.xfs</code>.</p> + <p>The provisioner backend can be specified through the agent flag <code>--image_provisioner_backend</code>. If not set, Mesos will select the best backend automatically for the users/operators. The selection logic is
