Repository: mesos
Updated Branches:
  refs/heads/master 3351073cb -> b51016398


Update `--enforce_container_disk_quota` usage to include disk/xfs.

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


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

Branch: refs/heads/master
Commit: 8b66c5fe57bf23db4e82fb409a7ed4d8d08af10d
Parents: 3351073
Author: Harold Dost <h.d...@criteo.com>
Authored: Mon Mar 12 16:29:35 2018 -0700
Committer: James Peach <jpe...@apache.org>
Committed: Mon Mar 12 16:29:35 2018 -0700

----------------------------------------------------------------------
 src/slave/flags.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8b66c5fe/src/slave/flags.cpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp
index b67ab9b..2c458b9 100644
--- a/src/slave/flags.cpp
+++ b/src/slave/flags.cpp
@@ -1130,7 +1130,7 @@ mesos::internal::slave::Flags::Flags()
   add(&Flags::enforce_container_disk_quota,
       "enforce_container_disk_quota",
       "Whether to enable disk quota enforcement for containers. This flag\n"
-      "is used for the `disk/du` isolator.",
+      "is used for the `disk/du` and `disk/xfs` isolators.",
       false);
 
   // This help message for --modules flag is the same for

Reply via email to