Repository: mesos
Updated Branches:
  refs/heads/master b010e2297 -> 1748a6f11


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/1748a6f1
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1748a6f1
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1748a6f1

Branch: refs/heads/master
Commit: 1748a6f11bedf10544511aae8f6daae4da35678d
Parents: b010e22
Author: Timothy Chen <[email protected]>
Authored: Fri Mar 13 10:20:28 2015 -0700
Committer: Niklas Q. Nielsen <[email protected]>
Committed: Fri Mar 13 10:20:28 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1748a6f1/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 54c4e31..7119b14 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -456,6 +456,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>

Reply via email to