Skip to content

Commit

Permalink
config-linux: allow lazy cgroup handling
Browse files Browse the repository at this point in the history
Make explicit that runtimes only have to attach to the bare minimum
number of cgroups in order to fulfil the users' requirements. However,
runtimes are of course allowed to attach to more than the bare minimum.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
  • Loading branch information
cyphar committed Jun 8, 2016
1 parent 5942b00 commit 4e7a196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ The Spec does not include naming schema for cgroups.
The Spec does not support [split hierarchy][cgroup-v2].
The cgroups will be created if they don't exist.

A runtime MUST at least use the minimum set of cgroups required to fulfil the resource restrictions specified by `config.json`.
However, a runtime CAN decide to not attach to all cgroups supported by the system.

###### Example

```json
Expand Down

0 comments on commit 4e7a196

Please sign in to comment.