Repository: mesos Updated Branches: refs/heads/master 496ca3bf7 -> 51a93ae09
Removed superfluous word from quota.md. Review: https://reviews.apache.org/r/42575/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/51a93ae0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/51a93ae0 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/51a93ae0 Branch: refs/heads/master Commit: 51a93ae09b131ac2c2b7a9961d7579c5677375eb Parents: 496ca3b Author: Joerg Schad <[email protected]> Authored: Thu Jan 21 14:29:16 2016 +0100 Committer: Bernd Mathiske <[email protected]> Committed: Thu Jan 21 14:29:16 2016 +0100 ---------------------------------------------------------------------- docs/quota.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/51a93ae0/docs/quota.md ---------------------------------------------------------------------- diff --git a/docs/quota.md b/docs/quota.md index 1a6d2f0..208bfa0 100644 --- a/docs/quota.md +++ b/docs/quota.md @@ -272,7 +272,7 @@ outstanding offers with the following rules: ## Enforcement by wDRF Allocator The wDRF allocator first allocates (or lays away if offers are declined) -resources to framework in roles with quota set until. Once all quotas are +resources to framework in roles with quota set. Once all quotas are satisfied, it proceeds with the standard wDRF for all frameworks. If there are multiple frameworks in a role with quota set, the standard wDRF
