When launching a container the container builds but then fails to start. Syslog has an error about being unable to read cpusets:
Apr 8 15:31:50 pirx lxd.daemon[4001]: time="2022-04-08T15:31:50+02:00" level=error msg="Error reading host's cpuset.cpus"
I’ve tried to launch both a focal and an impish container with similar results.
Host is impish, running latest/stable: 5.0.0-c5bcb80
It seems this could be a cgroups incompatib. however I’m not sure why it would fail even when container and host are on the same release (impish)
Any pointers?