commit | 94f699c9cdb11b8f53cb70624b69aeae16f26db2 | [log] [tgz] |
---|---|---|
author | David Howells <[email protected]> | Thu May 16 13:21:59 2019 +0100 |
committer | David Howells <[email protected]> | Thu May 16 16:25:20 2019 +0100 |
tree | f528d331b014f7914518024fb536108ab905cce2 | |
parent | bbd172e31696709b58eb492fafb574985b778326 [diff] |
afs: Fix the maximum lifespan of VL and probe calls If an older AFS server doesn't support an operation, it may accept the call and then sit on it forever, happily responding to pings that make kafs think that the call is still alive. Fix this by setting the maximum lifespan of Volume Location service calls in particular and probe calls in general so that they don't run on endlessly if they're not supported. Signed-off-by: David Howells <[email protected]>