Skip to content

Commit fefa1a8

Browse files
olgakorn1Olga Kornievskaia
authored and
Olga Kornievskaia
committed
NFS handle NFS4ERR_PARTNER_NO_AUTH error
When a destination server sends a READ to the source server it can get a NFS4ERR_PARTNER_NO_AUTH, which means a copy needs to be restarted. Signed-off-by: Olga Kornievskaia <[email protected]>
1 parent 1240602 commit fefa1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nfs/nfs4proc.c

+1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ static int nfs4_do_handle_exception(struct nfs_server *server,
475475
case -NFS4ERR_ADMIN_REVOKED:
476476
case -NFS4ERR_EXPIRED:
477477
case -NFS4ERR_BAD_STATEID:
478+
case -NFS4ERR_PARTNER_NO_AUTH:
478479
if (inode != NULL && stateid != NULL) {
479480
nfs_inode_find_state_and_recover(inode,
480481
stateid);

0 commit comments

Comments
 (0)