Skip to content

Commit

Permalink
Move cgroup v2 out of experimental
Browse files Browse the repository at this point in the history
We have upgraded runc to rc93 and added CI for cgroup 2.
So we can move cgroup v2 out of experimental.

Fix issue 41916

Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Feb 16, 2021
1 parent 2834afe commit 1d2a660
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions daemon/info_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ func (daemon *Daemon) fillPlatformInfo(v *types.Info, sysInfo *sysinfo.SysInfo)
if !v.CPUSet {
v.Warnings = append(v.Warnings, "WARNING: No cpuset support")
}
if v.CgroupVersion == "2" {
v.Warnings = append(v.Warnings, "WARNING: Support for cgroup v2 is experimental")
}
// TODO add fields for these options in types.Info
if !sysInfo.BlkioWeight && v.CgroupVersion == "2" {
// blkio weight is not available on cgroup v1 since kernel 5.0.
Expand Down

0 comments on commit 1d2a660

Please sign in to comment.