You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
Under the example config, the major/minor device 10:237 may not be accurate for all kernels. I'm seeing 10:232. This should probably reference checking the maj:min numbers of /dev/kvm and adding that first cgroup.devices.allow rule to reflect the maj:min of /dev/kvm.
config:
raw.lxc: |-
lxc.cgroup.devices.allow = c 10:237 rwm
lxc.apparmor.profile = unconfined
lxc.cgroup.devices.allow = b 7:* rwm
security.privileged: "true"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://docs.maas.io/2.6/en/installconfig-lxd-install
Under the example config, the major/minor device 10:237 may not be accurate for all kernels. I'm seeing 10:232. This should probably reference checking the maj:min numbers of /dev/kvm and adding that first cgroup.devices.allow rule to reflect the maj:min of /dev/kvm.
config:
raw.lxc: |-
lxc.cgroup.devices.allow = c 10:237 rwm
lxc.apparmor.profile = unconfined
lxc.cgroup.devices.allow = b 7:* rwm
security.privileged: "true"
The text was updated successfully, but these errors were encountered: