summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorTibor Vass <tiborvass@users.noreply.github.com>2021-04-09 15:06:18 -0700
committerGitHub <noreply@github.com>2021-04-09 15:06:18 -0700
commit8728dd246c3ab53105434eef8ffe997b6fd14dc6 (patch)
tree8fa6e8a83d6dc3616264e4a2835ca9655c94a2dc /daemon
parent94854bcbd677c2ab47926b2bfa9233d93d7aa45e (diff)
parent255c79a1e823b422ec661df05e31e9a3d85caf64 (diff)
downloaddocker-8728dd246c3ab53105434eef8ffe997b6fd14dc6.tar.gz
Merge pull request #42263 from AkihiroSuda/move-cgroup2-out-of-experimental-20.10v20.10.6
[20.10 backport] Move cgroup v2 out of experimental
Diffstat (limited to 'daemon')
-rw-r--r--daemon/info_unix.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/info_unix.go b/daemon/info_unix.go
index 56c920990b..73d5663679 100644
--- a/daemon/info_unix.go
+++ b/daemon/info_unix.go
@@ -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.