You are not logged in.
is it necessary?
nfs-client.target Wants auth-rpcgss-module.service Wants gssproxy.service requires proc-fs-nfsd.mount
So you end up with the NFS server kmod loaded when all you want is only the NFS client functionality.
I have done some tests by commenting out the line
Requires=proc-fs-nfsd.mount
in gssproxy.service
On the client side, the nfsd kmod doesn't load anymore and my NFS mounts still perfectly work
On the server side, all is still good as the nfsd kmod still get loaded from
nfs-server.service and nfs-mountd.service
and everything works fine too.
Am I missing something? I must admit that I am not sure what GSS Auth is and I doubt that I use it in my setup but beside that, everything looks good without gssproxy dependency on proc-fs-nfsd.mount.
Offline