First time here? Check out the FAQ!
![]() | 1 | initial version |
i think i have solved this problem,when the host boot i changed /sys/fs/cgroup/devices/libvirt/lxc/device.allow with /etc/rc.local
cat /etc/rc.lcoal ...... echo "c 10:232 rwm" >> /sys/fs/cgroup/devices/libvirt/lxc/device.allow ......