Hello,
I tried to get NFSv4 server running in an openvz container but it doesn't work.
I enabled all NFS-features for the openvz container:
FEATURES="sysfsn nfsn nfsdn "
What works is NFSv3 server in openvz and mounting v3- and v4-shares but that's not what I need.
I need NFSv4 server in openvz with Kerberos support.
I'm gettings these error messages in the container if I start the NFSv4 server:
rpc.idmapd[481]: nfsdreopen: Opening '/proc/net/rpc/nfs4.nametoid/channel' failed: errno 2 (No such file or directory)
rpc.idmapd[481]: nfsdreopen: Opening '/proc/net/rpc/nfs4.idtoname/channel' failed: errno 2 (No such file or directory)
Is there another feature I need to enable? Is there any way to get it running? I've no ideas anymore and Google didn't really help.
I tried to get NFSv4 server running in an openvz container but it doesn't work.
I enabled all NFS-features for the openvz container:
FEATURES="sysfsn nfsn nfsdn "
What works is NFSv3 server in openvz and mounting v3- and v4-shares but that's not what I need.
I need NFSv4 server in openvz with Kerberos support.
I'm gettings these error messages in the container if I start the NFSv4 server:
rpc.idmapd[481]: nfsdreopen: Opening '/proc/net/rpc/nfs4.nametoid/channel' failed: errno 2 (No such file or directory)
rpc.idmapd[481]: nfsdreopen: Opening '/proc/net/rpc/nfs4.idtoname/channel' failed: errno 2 (No such file or directory)
Is there another feature I need to enable? Is there any way to get it running? I've no ideas anymore and Google didn't really help.