Repository: mesos-site Updated Branches: refs/heads/asf-site eb32655f5 -> 6fa44a898
Updated the website built from mesos SHA: 1cbda33. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/6fa44a89 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/6fa44a89 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/6fa44a89 Branch: refs/heads/asf-site Commit: 6fa44a898c9cb96955d6b66cd52f00eda7ceb945 Parents: eb32655 Author: jenkins <[email protected]> Authored: Wed Apr 25 13:09:05 2018 +0000 Committer: jenkins <[email protected]> Committed: Wed Apr 25 13:09:05 2018 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 2 +- .../index.html | 2 +- .../documentation/latest/reservation/index.html | 150 +++++++++---------- content/documentation/reservation/index.html | 150 +++++++++---------- 4 files changed, 152 insertions(+), 152 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/6fa44a89/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 2770f90..853078e 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;&#x61;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#x64;&#101;&#x76;&#x40;&#97;&#112;&#x61;&#x63;&#x68;&#x65;&#x2e;&#x6d;&#101;&#x73;&#111;&#115;&#46;&#111;&#114;&#x67;">&#x64;&#x65;&#118;&#64;&#97;&#112;&#97;&#x63;&#x68;&#x65;&#46;&#109;&#x65;&#x73;&#x6f;&#115;&#x2e;&#x6f;&#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="&#x6d;&#97;&#x69;&#108;&#116;&#x6f;&#x3a;&#x64;&#x65;&#x76;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#x65;&#46;&#109;&#101;&#115;&#111;&#x73;&#46;&#x6f;&#x72;&#x67;">&#100;&#101;&#x76;&#x40;&#x61;&#x70;&#97;&#x63;&#104;&#101;&#46;&#x6d;&#x65;&#x73;&#111;&#115;&#46;&#x6f;&#x72;&#103;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/6fa44a89/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 343963b..692bd5b 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/6fa44a89/content/documentation/latest/reservation/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/reservation/index.html b/content/documentation/latest/reservation/index.html index a18928c..9e05cb3 100644 --- a/content/documentation/latest/reservation/index.html +++ b/content/documentation/latest/reservation/index.html @@ -140,11 +140,11 @@ We start the slave like so:</p> <p>It’s often more convenient to specify the total resources available on the slave as unreserved via the <code>--resources</code> flag and manage reservations -dynamically (see below) via the master HTTP endpoints. However static reservation -provides a way for the operator to more deterministically control the reservations -(roles, amount, principals) before the agent is exposed to the master and -frameworks. One use case is for the operator to dedicate entire agents for -specific roles.</p> +dynamically (see below) via the master HTTP endpoints. However static +reservation provides a way for the operator to more deterministically control +the reservations (roles, amount, principals) before the agent is exposed to the +master and frameworks. One use case is for the operator to dedicate entire +agents for specific roles.</p> <h2>Dynamic Reservation</h2> @@ -390,8 +390,8 @@ these resources. First, we receive a resource offer (copy/pasted from above):</p </code></pre> <p>We can unreserve the 8 CPUs and 4096 MB of RAM by sending the following -<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> field -which we can use to specify the resources to be unreserved.</p> +<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> +field which we can use to specify the resources to be unreserved.</p> <pre><code> { "type": Offer::Operation::UNRESERVE, @@ -457,9 +457,9 @@ allocated to role <code>"engineering/backend"</code>, reserved to <code>"enginee "scalar": { "value": 12 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, } ] }, @@ -470,9 +470,9 @@ allocated to role <code>"engineering/backend"</code>, reserved to <code>"enginee "scalar": { "value": 6144 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, } ] } @@ -511,14 +511,14 @@ if authentication is disabled.</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -529,14 +529,14 @@ if authentication is disabled.</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] } @@ -562,14 +562,14 @@ following reserved resources:</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -580,14 +580,14 @@ following reserved resources:</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -620,14 +620,14 @@ the <code>reservations</code> field being <strong>popped</strong>. First, we rec "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -638,14 +638,14 @@ the <code>reservations</code> field being <strong>popped</strong>. First, we rec "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -654,8 +654,8 @@ the <code>reservations</code> field being <strong>popped</strong>. First, we rec </code></pre> <p>We can unreserve the 8 CPUs and 4096 MB of RAM by sending the following -<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> field -which we can use to specify the resources to be unreserved.</p> +<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> +field which we can use to specify the resources to be unreserved.</p> <pre><code> { "type": Offer::Operation::UNRESERVE, @@ -668,14 +668,14 @@ which we can use to specify the resources to be unreserved.</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -686,14 +686,14 @@ which we can use to specify the resources to be unreserved.</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -741,9 +741,9 @@ HTTP authentication is disabled.</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <operator_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <operator_principal>, } ] }, @@ -753,9 +753,9 @@ HTTP authentication is disabled.</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <operator_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <operator_principal>, } ] } @@ -799,9 +799,9 @@ We can send an HTTP POST request to the master’s "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <reserver_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <reserver_principal>, } ] }, @@ -811,9 +811,9 @@ We can send an HTTP POST request to the master’s "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <reserver_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <reserver_principal>, } ] } http://git-wip-us.apache.org/repos/asf/mesos-site/blob/6fa44a89/content/documentation/reservation/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/reservation/index.html b/content/documentation/reservation/index.html index 61e4166..46568cb 100644 --- a/content/documentation/reservation/index.html +++ b/content/documentation/reservation/index.html @@ -140,11 +140,11 @@ We start the slave like so:</p> <p>It’s often more convenient to specify the total resources available on the slave as unreserved via the <code>--resources</code> flag and manage reservations -dynamically (see below) via the master HTTP endpoints. However static reservation -provides a way for the operator to more deterministically control the reservations -(roles, amount, principals) before the agent is exposed to the master and -frameworks. One use case is for the operator to dedicate entire agents for -specific roles.</p> +dynamically (see below) via the master HTTP endpoints. However static +reservation provides a way for the operator to more deterministically control +the reservations (roles, amount, principals) before the agent is exposed to the +master and frameworks. One use case is for the operator to dedicate entire +agents for specific roles.</p> <h2>Dynamic Reservation</h2> @@ -390,8 +390,8 @@ these resources. First, we receive a resource offer (copy/pasted from above):</p </code></pre> <p>We can unreserve the 8 CPUs and 4096 MB of RAM by sending the following -<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> field -which we can use to specify the resources to be unreserved.</p> +<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> +field which we can use to specify the resources to be unreserved.</p> <pre><code> { "type": Offer::Operation::UNRESERVE, @@ -457,9 +457,9 @@ allocated to role <code>"engineering/backend"</code>, reserved to <code>"enginee "scalar": { "value": 12 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, } ] }, @@ -470,9 +470,9 @@ allocated to role <code>"engineering/backend"</code>, reserved to <code>"enginee "scalar": { "value": 6144 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, } ] } @@ -511,14 +511,14 @@ if authentication is disabled.</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -529,14 +529,14 @@ if authentication is disabled.</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] } @@ -562,14 +562,14 @@ following reserved resources:</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -580,14 +580,14 @@ following reserved resources:</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -620,14 +620,14 @@ the <code>reservations</code> field being <strong>popped</strong>. First, we rec "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -638,14 +638,14 @@ the <code>reservations</code> field being <strong>popped</strong>. First, we rec "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -654,8 +654,8 @@ the <code>reservations</code> field being <strong>popped</strong>. First, we rec </code></pre> <p>We can unreserve the 8 CPUs and 4096 MB of RAM by sending the following -<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> field -which we can use to specify the resources to be unreserved.</p> +<code>Offer::Operation</code> message. <code>Offer::Operation::Unreserve</code> has a <code>resources</code> +field which we can use to specify the resources to be unreserved.</p> <pre><code> { "type": Offer::Operation::UNRESERVE, @@ -668,14 +668,14 @@ which we can use to specify the resources to be unreserved.</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -686,14 +686,14 @@ which we can use to specify the resources to be unreserved.</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "engineering", - principal: <principal>, + "type": "DYNAMIC", + "role": "engineering", + "principal": <principal>, }, { - type: DYNAMIC, - role: "engineering/backend", - principal: <framework_principal>, + "type": "DYNAMIC", + "role": "engineering/backend", + "principal": <framework_principal>, } ] }, @@ -741,9 +741,9 @@ HTTP authentication is disabled.</p> "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <operator_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <operator_principal>, } ] }, @@ -753,9 +753,9 @@ HTTP authentication is disabled.</p> "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <operator_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <operator_principal>, } ] } @@ -799,9 +799,9 @@ We can send an HTTP POST request to the master’s "scalar": { "value": 8 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <reserver_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <reserver_principal>, } ] }, @@ -811,9 +811,9 @@ We can send an HTTP POST request to the master’s "scalar": { "value": 4096 }, "reservations": [ { - type: DYNAMIC, - role: "ads", - principal: <reserver_principal>, + "type": "DYNAMIC", + "role": "ads", + "principal": <reserver_principal>, } ] }
