Skip to content
Commit 8faaa6d5 authored by Olga Kornievskaia's avatar Olga Kornievskaia Committed by Trond Myklebust
Browse files

Fixing lease renewal

Commit c9fdeb28

 removed a 'continue' after checking if the lease needs
to be renewed. However, if client hasn't moved, the code falls down to
starting reboot recovery erroneously (ie., sends open reclaim and gets
back stale_clientid error) before recovering from getting stale_clientid
on the renew operation.

Signed-off-by: default avatarOlga Kornievskaia <kolga@netapp.com>
Fixes: c9fdeb28

 (NFS: Add basic migration support to state manager thread)
Cc: stable@vger.kernel.org # 3.13+
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 5466112f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment