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 b7be55c commit 26e4421Copy full SHA for 26e4421
common/pkg/cgroups/cgroups_linux.go
@@ -28,9 +28,7 @@ import (
28
var (
29
// ErrCgroupDeleted means the cgroup was deleted.
30
ErrCgroupDeleted = errors.New("cgroup deleted")
31
- // ErrCgroupV1Rootless means the cgroup v1 were attempted to be used in rootless environment.
32
- ErrCgroupV1Rootless = errors.New("no support for CGroups V1 in rootless environments")
33
- ErrStatCgroup = errors.New("no cgroup available for gathering user statistics")
+ ErrStatCgroup = errors.New("no cgroup available for gathering user statistics")
34
35
isUnifiedOnce sync.Once
36
isUnified bool
0 commit comments