Before we upgrade I just want to better understand what the following error means and what it could result in after the upgrade:
WARN: Found at least one CT (174) which does not support running in a unified cgroup v2 layout.
Either upgrade the Container distro or set systemd.unified_cgroup_hierarchy=0 in the Proxmox VE hosts' kernel cmdline! Skipping further CT compat checks.
now for context, I dont see anything special in the config for CT 174:
and when I try to search for more global LXC settings, I dont get any cgroup mentions of the terms lxc.cgroup:
So what does this warning mean and how does the pve6to7 tests detect which contains are problematic?
Thanks!
WARN: Found at least one CT (174) which does not support running in a unified cgroup v2 layout.
Either upgrade the Container distro or set systemd.unified_cgroup_hierarchy=0 in the Proxmox VE hosts' kernel cmdline! Skipping further CT compat checks.
now for context, I dont see anything special in the config for CT 174:
Code:
$ pct config 174
arch: amd64
cores: 2
description: FooBar
features: nesting=1
hostname: z174.foo
memory: 1024
net0: name=eth0,bridge=vmbr0,gw=1.2.3.4,hwaddr=72:B0:22:67:9D:62,ip=3.4.5.6/32,type=veth
onboot: 1
ostype: centos
rootfs: local-lvm:vm-174-disk-0,size=50G
swap: 0
and when I try to search for more global LXC settings, I dont get any cgroup mentions of the terms lxc.cgroup:
Code:
$ grep -r "lxc.cgroup" /etc
So what does this warning mean and how does the pve6to7 tests detect which contains are problematic?
Thanks!