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 c111402 commit b25b3f7Copy full SHA for b25b3f7
libpod/info_linux.go
@@ -30,10 +30,7 @@ func (r *Runtime) setPlatformHostInfo(info *define.HostInfo) error {
30
return fmt.Errorf("getting Seccomp profile path: %w", err)
31
}
32
33
- // Get Map of all available controllers
34
- // FIXME: AvailableControllers should be further simplified once CGv1 removal
35
- // in container-libs is complete.
36
- availableControllers, err := cgroups.AvailableControllers(nil, true)
+ availableControllers, err := cgroups.AvailableControllers()
37
if err != nil {
38
return fmt.Errorf("getting available cgroup controllers: %w", err)
39
0 commit comments