From db4e9c93bf013bccb624eefba4194cdf131afd73 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Tue, 22 Sep 2015 20:11:07 -0700 Subject: [PATCH] Removed comment that's no longer relevant --- client/driver/docker.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/driver/docker.go b/client/driver/docker.go index 0a7b000fd..554dd926d 100644 --- a/client/driver/docker.go +++ b/client/driver/docker.go @@ -93,11 +93,6 @@ func containerOptionsForTask(task *structs.Task, logger *log.Logger) docker.Crea // See: // - https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt // - https://www.kernel.org/doc/Documentation/scheduler/sched-design-CFS.txt - // - // TODO push CPU share up to the task group level. We can retain the - // docker-specific implementation for very fine-grained control but the - // usage semantics will change once we have this capability in task - // groups. CPUShares: int64(task.Resources.CPU), }