[PATCH] Stop Background mounts hang from hanging

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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. 

When parent mount times out, those options will be remove (when 
if they were added) before the child mount is done, in background.

Steve Dickson (1):
  NFSv4: Don't retry server trunking discovery on timeouts

 fs/nfs/nfs4state.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

--
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




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux