autoMemoryReclaim=gradual
causes Error: OCI runtime error: crun: cgroups in hybrid mode not supported, drop all controllers from cgroupv2
wih podman
#10499
Labels
Windows Version
Microsoft Windows [Version 10.0.22621.2134]
WSL Version
2.0.0.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.123.1-1
Distro Version
Ubuntu-22.04
Other Software
Podman 4.5.1
Repro Steps
Follow the steps described in https://podman.io/docs/installation#debian .
wsl --shutdown
Update
~/.wslconfig
:podman
commandExpected Behavior
$ podman run busybox ls WARN[0000] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers bin dev etc home lib lib64 proc root run sys tmp usr var
Actual Behavior
Diagnostic Logs
Commenting out
autoMemoryReclaim
from~/.wslconfig
on host Windows11 solves the error andpodman
runs as Expected Behavor.The text was updated successfully, but these errors were encountered: