After I upgraded from Redhat EWS-3 to Redhat EWS-4 I started getting these problems:
nfs warning: mount version older than kernel nfs warning: mount version older than kernel nfs warning: mount version older than kernel nfs warning: mount version older than kernel
Does anyone know how to fix this problem?
Could it be because we use amd as the automounter rather that autofs?
From the looks of that message Trond Myklebust (the kernel NFS clientmaintainer) has signed off a change to the relevant part of the NFS code in the v2.6.11 kernel to fix this.
Regards,
StephenFrom Trond Myklebust's kernel v2.6.11 patch summary with the specifics
Ensure that we fix up the missing fields in the nfs_mount_data with sane defaults for older versions of mount, and return errors in the cases where we cannot.
Return -EPROTONOSUPPORT rather than EIO if mount() tries to set NFSv3 without it actually being compiled in.