Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

cgroup v2 support #75

Open
schu opened this issue Feb 15, 2021 · 0 comments
Open

cgroup v2 support #75

schu opened this issue Feb 15, 2021 · 0 comments
Labels

Comments

@schu
Copy link
Owner

schu commented Feb 15, 2021

On systems with cgroup v2, kubedee (/lxd) prints the following warning on every invocation, so quite a lot:

WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement

Also, mounting devices might fails due to the devices cgroup not being mounted. Mounting the cgroup manually and restarting lxd after seems to work as a workaround:

mkdir /sys/fs/cgroup/devices
mount -t cgroup devices -o devices /sys/fs/cgroup/devices
snap restart lxd
@schu schu added the bug label Feb 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant