Return-Path: X-Original-To: apmail-mesos-commits-archive@www.apache.org Delivered-To: apmail-mesos-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FB5B1753C for ; Fri, 27 Mar 2015 05:26:33 +0000 (UTC) Received: (qmail 74166 invoked by uid 500); 27 Mar 2015 05:26:33 -0000 Delivered-To: apmail-mesos-commits-archive@mesos.apache.org Received: (qmail 74145 invoked by uid 500); 27 Mar 2015 05:26:33 -0000 Mailing-List: contact commits-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list commits@mesos.apache.org Received: (qmail 74133 invoked by uid 99); 27 Mar 2015 05:26:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 05:26:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F0457E0F7D; Fri, 27 Mar 2015 05:26:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: me@apache.org To: commits@mesos.apache.org Message-Id: <827cfc3cbabb40c3ad5c16b8bb6e72e7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: mesos git commit: Removed duplicate --slave_removal_rate_limit entry in configuration.md Date: Fri, 27 Mar 2015 05:26:32 +0000 (UTC) Repository: mesos Updated Branches: refs/heads/master de0307cb8 -> c6643f71c Removed duplicate --slave_removal_rate_limit entry in configuration.md Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c6643f71 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c6643f71 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c6643f71 Branch: refs/heads/master Commit: c6643f71c49f56aa6f5632a162fb05e3004a4aba Parents: de0307c Author: Adam B Authored: Thu Mar 26 22:21:18 2015 -0700 Committer: Adam B Committed: Thu Mar 26 22:22:20 2015 -0700 ---------------------------------------------------------------------- docs/configuration.md | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c6643f71/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index 7119b14..54c4e31 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -456,18 +456,6 @@ file:///path/to/file (where file contains one of the above) - --slave_removal_rate_limit=VALUE - - - 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. -

- The value is of the form 'Number of slaves'/'Duration' - - - - --registry=VALUE