We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e5f3a commit 19a1ed8Copy full SHA for 19a1ed8
common/pkg/cgroups/cgroups_linux.go
@@ -30,9 +30,7 @@ import (
30
var (
31
// ErrCgroupDeleted means the cgroup was deleted.
32
ErrCgroupDeleted = errors.New("cgroup deleted")
33
- // ErrCgroupV1Rootless means the cgroup v1 were attempted to be used in rootless environment.
34
- ErrCgroupV1Rootless = errors.New("no support for CGroups V1 in rootless environments")
35
- ErrStatCgroup = errors.New("no cgroup available for gathering user statistics")
+ ErrStatCgroup = errors.New("no cgroup available for gathering user statistics")
36
37
isUnifiedOnce sync.Once
38
isUnified bool
0 commit comments