On Tue, 2021-02-23 at 04:37 +0800, Ed Greshko wrote:
On 23/02/2021 00:27, Jerome Lille wrote:
My nfs.conf is untouched.
You do mean that file on the nfs server side, right?
Exactly
When I do the following command mount -v server:/path /path
I get the following
I can only get those errors if I disable nfsv4 on the server side.
On the server, what is the output of
systemctl status nfs-server
nfs-server.service - NFS server and services Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor preset: disabled) Drop-In: /run/systemd/generator/nfs-server.service.d └─order-with-mounts.conf Active: active (exited) since Tue 2021-02-23 13:44:19 CET; 1h 9min ago Process: 17823 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS) Process: 17820 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS) Process: 17815 ExecStop=/usr/sbin/rpc.nfsd 0 (code=exited, status=0/SUCCESS) Process: 17854 ExecStartPost=/bin/sh -c if systemctl -q is-active gssproxy; then systemctl reload gssproxy ; fi (code=exited, status=0/SUCCESS) Process: 17837 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS) Process: 17835 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS) Main PID: 17837 (code=exited, status=0/SUCCESS) CGroup: /system.slice/nfs-server.service
systemd[1]: Starting NFS server and services... systemd[1]: Started NFS server and services.
/Jerome