Automatic NFS mount at boot intermittently fails because client's mount attempt times out
Applies to
- ONTAP 9
- NFS
Issue
- Client host is configured to mount NFS exports automatically at boot, but sometimes NFS exports do not mount
- On the NFS server, NFSv3 is enabled, and NFSv4 is disabled
- Packet trace shows that the client tries and fails to mount NFSv4, waits, then does not fully attempt to mount nfs4
- Client starts NFSv4 mount procedure by sending
V4 NULL Call
- Server replies with
V4 NULL Reply RPC Accept Error: remote can't support version # (low=3, high=3)
, indicating that NFSv4 is disabled - Client sends no traffic for a period of time
- Client starts NFSv3 mount procedure by sending
V2 GETPORT Call NFS V:3 TCP
- Client never sends
V3 MNT Call /nfs_export
, which is needed to complete the NFSv3 mount procedure
- Client starts NFSv4 mount procedure by sending
- Client host's event log says that the mount process timed out
-
Feb 21 14:25:27 crdmsaptz7f40 systemd[1]: Mounting /path/to/nfs_export... Feb 21 14:26:57 crdmsaptz7f40 systemd[1]: nfs_export.mount mounting timed out. Stopping. Feb 21 14:26:57 crdmsaptz7f40 systemd[1]: nfs_export.mount mount process exited, code=killed status=15 Feb 21 14:26:57 crdmsaptz7f40 systemd[1]: Failed to mount /path/to/nfs_export.
-