Open morph027 opened 4 years ago
Also issue on Debian 10
I tripped over this on 18.04 as well. Ended up adding nfs and nfsd to a /etc/modules-load.d/nfs.conf
to get around having to remember to do this.
Thank you for the report! A nasty bug indeed. I will investigate and see what can be done from our end to prevent a crash.
Do you maybe need SYS_ADMIN and SYS_MODULE capabilities or --privelaged?
OS: Ubuntu 18.04 / 20.04 Kernel: 5.3.0-53-generic Container command (example):
docker run --rm -it -v /lib/modules:/lib/modules:ro --security-opt apparmor=erichough-nfs ubuntu:bionic modprobe -v nfsd
Logs:
Container:
Host:
Looks like this issue: https://github.com/docker/for-linux/issues/996
Afterwards, my machine hangs and needs a cold reset.
Modprobing the nfsd module directly on the host works without issues.