This is an automated email from the ASF dual-hosted git repository.
abudnik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new afd86db Fixed broken links to Linux scheduler documentation.
afd86db is described below
commit afd86db2ef651b33188586a5cafe3e532439534d
Author: Andrei Budnik <[email protected]>
AuthorDate: Wed Sep 25 13:55:15 2019 +0200
Fixed broken links to Linux scheduler documentation.
---
docs/isolators/cgroups-cpu.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/isolators/cgroups-cpu.md b/docs/isolators/cgroups-cpu.md
index 5392132..6c08b1d 100644
--- a/docs/isolators/cgroups-cpu.md
+++ b/docs/isolators/cgroups-cpu.md
@@ -17,8 +17,8 @@ and assigns `cpu` and `cpuacct` cgroups to each container
launched by
Mesos Containerizer.
Cgroups `cpu` subsystem provides 2 mechanisms of limiting the amount
-of CPU time used by cgroups: [CFS
shares](https://github.com/torvalds/linux/blob/master/Documentation/scheduler/sched-design-CFS.txt)
-and [CFS
bandwidth](https://github.com/torvalds/linux/blob/master/Documentation/scheduler/sched-bwc.txt)
+of CPU time used by cgroups: [CFS
shares](https://github.com/torvalds/linux/blob/master/Documentation/scheduler/sched-design-CFS.rst)
+and [CFS
bandwidth](https://github.com/torvalds/linux/blob/master/Documentation/scheduler/sched-bwc.rst)
control. The first one can guarantee some minimum number of CPU
"shares" to a cgroup when the system is under heavy load. It, however,
does not limit the amount of CPU time available to a cgroup when the