recovery: recover from BAD_STATEID errors
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
d06b3997ec
commit
b7e1be5dc1
1 changed files with 1 additions and 0 deletions
|
|
@ -407,6 +407,7 @@ restart_recovery:
|
|||
goto do_retry;
|
||||
|
||||
case NFS4ERR_EXPIRED: /* revoked by lease expiration */
|
||||
case NFS4ERR_BAD_STATEID:
|
||||
case NFS4ERR_STALE_STATEID: /* server reboot */
|
||||
if (compound->args.argarray[0].op == OP_SEQUENCE) {
|
||||
nfs41_sequence_args *seq = (nfs41_sequence_args*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue