commit | 8d480326c3d6921ff5f1cc988c993bd572248deb | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Aug 05 19:03:31 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Aug 05 19:22:22 2016 -0400 |
tree | eb2eac08a44bc78241d78291de545f37f6f3fd51 | |
parent | fb10fb67ad2ce43d5e5b8ad22d2ba826844acc56 [diff] |
NFSv4: Cap the transport reconnection timer at 1/2 lease period We don't want to miss a lease period renewal due to the TCP connection failing to reconnect in a timely fashion. To ensure this doesn't happen, cap the reconnection timer so that we retry the connection attempt at least every 1/2 lease period. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>