On Mar 7, 2014, at 10:02, Steve Dickson <steved@xxxxxxxxxx> wrote: > Background mounts hang forever due to the kernel not returning > the time out error. The proposed fix is twofold, one in the kernel > and one in the mounting code. > > The kernel patch stop the server trunking code from endlessly > looping in the kernel on -ETIMEDOUT errors. Instead, the code > will now return the error, allowing the mount to go into > the background. > > Unfortunately, it takes over 5 mins for this timeout to > happen, due the default retry strategy, which is unacceptable > for background mounts. > > So the patch I will be proposing for the mount code will be > to append the "retrans=1,timeo=100" mount options to the parent > mount of the background mount (when they don't exist). This > causes the parent mount to timeout in ~25sec. We already have a ‘retry=‘ option for mount.nfs. According to the manpage, that should be used to specify the timeout value. Why not reuse that? Also, it really would be better if that timeout were under control of the mount utility itself. How about if we allow the use of alarm() to interrupt that particular RPC call? _________________________________ Trond Myklebust Linux NFS client maintainer, PrimaryData trond.myklebust@xxxxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html