Hi there,
i wanted to migrate some old Containers fron 6.4 to a fresh 7.0 PMX Cluster.
For some reason i am not able to start some old Containers becuase of cgroupsv2.
I found some documentions about how to fix it. But that seems to be not working:
After updating Grub und proxmox-boot-tool and restarting the Host I get the follwing error when i start the Container:
Any idea how to fix this issue?
Cheers
Daniel
i wanted to migrate some old Containers fron 6.4 to a fresh 7.0 PMX Cluster.
For some reason i am not able to start some old Containers becuase of cgroupsv2.
I found some documentions about how to fix it. But that seems to be not working:
Code:
cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Proxmox VE"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=0"
# Disable os-prober, it might add menu entries for each guest
GRUB_DISABLE_OS_PROBER=true
Code:
~# cat /etc/kernel/cmdline
systemd.unified_cgroup_hierarchy=0
After updating Grub und proxmox-boot-tool and restarting the Host I get the follwing error when i start the Container:
Code:
cgfsng_setup_limits_legacy: 2764 Bad address - Failed to set "devices.deny" to "a"
cgroup_tree_create: 808 Failed to setup legacy device limits
cgfsng_payload_create: 1171 Numerical result out of range - Failed to create container cgroup
lxc_spawn: 1644 Failed creating cgroups
__lxc_start: 2073 Failed to spawn container "103"
TASK ERROR: startup for container '103' failed
Any idea how to fix this issue?
Cheers
Daniel