You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/04/01 12:27:21 UTC

mesos git commit: Updated a note about quota limit in the documentation.

Repository: mesos
Updated Branches:
  refs/heads/master 5d2cec1f3 -> 0319ce779


Updated a note about quota limit in the documentation.

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


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

Branch: refs/heads/master
Commit: 0319ce7795c2d13699d528aa44413df964e94135
Parents: 5d2cec1
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Fri Apr 1 12:26:11 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Apr 1 12:26:11 2016 +0200

----------------------------------------------------------------------
 docs/quota.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0319ce77/docs/quota.md
----------------------------------------------------------------------
diff --git a/docs/quota.md b/docs/quota.md
index 12696bf..797e134 100644
--- a/docs/quota.md
+++ b/docs/quota.md
@@ -285,7 +285,7 @@ __NOTE:__ A quota'ed role may not be allocated any unreserved non-revocable
           quota to any value that is less than the role's fair share may reduce
           the amount of resources offered to this role.
 
-__NOTE:__ In Mesos 0.27 quota guarantee also serves as quota limit, i.e. once
+__NOTE:__ Currently quota guarantee also serves as quota limit, i.e. once
           quota for the role is satisfied, frameworks in this role will not
           be offered any resources except those reserved for the role. This
           behavior aims to mitigate the absence of quota limit and will be