You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/06/14 20:46:35 UTC

mesos-site git commit: Updated the website built from mesos SHA: b13ef31.

Repository: mesos-site
Updated Branches:
  refs/heads/asf-site 63adc76a1 -> 4f37118ee


Updated the website built from mesos SHA: b13ef31.


Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/4f37118e
Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/4f37118e
Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/4f37118e

Branch: refs/heads/asf-site
Commit: 4f37118ee4799bb00228d6efb799dd36c6be582e
Parents: 63adc76
Author: jenkins <bu...@apache.org>
Authored: Thu Jun 14 20:46:31 2018 +0000
Committer: jenkins <bu...@apache.org>
Committed: Thu Jun 14 20:46:31 2018 +0000

----------------------------------------------------------------------
 .../latest/persistent-volume/index.html         | 20 ++++++++++++--------
 .../documentation/persistent-volume/index.html  | 20 ++++++++++++--------
 2 files changed, 24 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/4f37118e/content/documentation/latest/persistent-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/persistent-volume/index.html b/content/documentation/latest/persistent-volume/index.html
index 4bfe42d..2e6a000 100644
--- a/content/documentation/latest/persistent-volume/index.html
+++ b/content/documentation/latest/persistent-volume/index.html
@@ -434,7 +434,7 @@ disk resources with the same reservation and disk information:</p>
 
 <p>We can grow the persistent volume by sending an <code>Offer::Operation</code> message.
 <code>Offer::Operation::GrowVolume</code> has a <code>volume</code> field which specifies the
-persistent volume to grow, and an <code>addition</code> field which specifies he
+persistent volume to grow, and an <code>addition</code> field which specifies the
 additional disk space resource.</p>
 
 <pre><code>{
@@ -619,13 +619,17 @@ disk resources with the same reservation information:</p>
 
 <p>Some restrictions about resizing a volume (applicable to both
 <a href="#offer-operation-grow-volume">Offer::Operation::GrowVolume</a> and
-<a href="#offer-operation-shrink-volume">Offer::Operation::ShrinkVolume</a>):
-* Only persistent volumes created on an agent&rsquo;s local disk space with <code>ROOT</code> or
-  <code>PATH</code> type can be resized;
-* A persistent volume cannot be actively used by a task when being resized;
-* A persistent volume cannot be shared when being resized;
-* Volume resize operations cannot be included in an ACCEPT call with other
-  operations which make use of the resized volume.</p>
+<a href="#offer-operation-shrink-volume">Offer::Operation::ShrinkVolume</a>):</p>
+
+<ul>
+<li>Only persistent volumes created on an agent&rsquo;s local disk space with <code>ROOT</code> or
+<code>PATH</code> type can be resized;</li>
+<li>A persistent volume cannot be actively used by a task when being resized;</li>
+<li>A persistent volume cannot be shared when being resized;</li>
+<li>Volume resize operations cannot be included in an ACCEPT call with other
+operations which make use of the resized volume.</li>
+</ul>
+
 
 <h2>Versioned HTTP Operator API</h2>
 

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/4f37118e/content/documentation/persistent-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/persistent-volume/index.html b/content/documentation/persistent-volume/index.html
index 75b7ad9..7e3ba94 100644
--- a/content/documentation/persistent-volume/index.html
+++ b/content/documentation/persistent-volume/index.html
@@ -434,7 +434,7 @@ disk resources with the same reservation and disk information:</p>
 
 <p>We can grow the persistent volume by sending an <code>Offer::Operation</code> message.
 <code>Offer::Operation::GrowVolume</code> has a <code>volume</code> field which specifies the
-persistent volume to grow, and an <code>addition</code> field which specifies he
+persistent volume to grow, and an <code>addition</code> field which specifies the
 additional disk space resource.</p>
 
 <pre><code>{
@@ -619,13 +619,17 @@ disk resources with the same reservation information:</p>
 
 <p>Some restrictions about resizing a volume (applicable to both
 <a href="#offer-operation-grow-volume">Offer::Operation::GrowVolume</a> and
-<a href="#offer-operation-shrink-volume">Offer::Operation::ShrinkVolume</a>):
-* Only persistent volumes created on an agent&rsquo;s local disk space with <code>ROOT</code> or
-  <code>PATH</code> type can be resized;
-* A persistent volume cannot be actively used by a task when being resized;
-* A persistent volume cannot be shared when being resized;
-* Volume resize operations cannot be included in an ACCEPT call with other
-  operations which make use of the resized volume.</p>
+<a href="#offer-operation-shrink-volume">Offer::Operation::ShrinkVolume</a>):</p>
+
+<ul>
+<li>Only persistent volumes created on an agent&rsquo;s local disk space with <code>ROOT</code> or
+<code>PATH</code> type can be resized;</li>
+<li>A persistent volume cannot be actively used by a task when being resized;</li>
+<li>A persistent volume cannot be shared when being resized;</li>
+<li>Volume resize operations cannot be included in an ACCEPT call with other
+operations which make use of the resized volume.</li>
+</ul>
+
 
 <h2>Versioned HTTP Operator API</h2>