You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by tn...@apache.org on 2015/03/13 09:44:51 UTC

mesos git commit: Add doc for slave_removal_rate_limit.

Repository: mesos
Updated Branches:
  refs/heads/master 8385bbaf4 -> 949f3cedd


Add doc for slave_removal_rate_limit.

Review: https://reviews.apache.org/r/32002


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

Branch: refs/heads/master
Commit: 949f3ceddde737a8a0d10f8f721b37cc1f3f3bdc
Parents: 8385bba
Author: Timothy Chen <tn...@apache.org>
Authored: Fri Mar 13 01:44:16 2015 -0700
Committer: Timothy Chen <tn...@gmail.com>
Committed: Fri Mar 13 01:44:36 2015 -0700

----------------------------------------------------------------------
 docs/configuration.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/949f3ced/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index fc3afec..54c4e31 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -444,6 +444,18 @@ file:///path/to/file (where file contains one of the above)</code></pre>
   </tr>
   <tr>
     <td>
+      --slave_removal_rate_limit=VALUE
+    </td>
+    <td>
+      The maximum rate (e.g., 1/10mins, 2/3hrs, etc) at which slaves will
+      be removed from the master when they fail health checks. By default
+      slaves will be removed as soon as they fail the health checks.
+      <p/>
+      The value is of the form 'Number of slaves'/'Duration'
+    </td>
+  </tr>
+  <tr>
+    <td>
       --registry=VALUE
     </td>
     <td>