It seems the default configuration blocks NFS mounts from within the LXC containers
Although thankfully easy enough to fix.
On the proxmox host
add
mount fstype=nfs,
to
/etc/apparmor.d/lxc/lxc-default-with-mounting
then reload apparmor
service apparmor reload
Edit:
Werid this worked yesterday, but to get it to work again today I had to add that to lxc-default as well.
Although thankfully easy enough to fix.
On the proxmox host
add
mount fstype=nfs,
to
/etc/apparmor.d/lxc/lxc-default-with-mounting
then reload apparmor
service apparmor reload
Edit:
Werid this worked yesterday, but to get it to work again today I had to add that to lxc-default as well.
Last edited: