首页 > 其他 > 详细

lookup 时获得nfs.status3 == 2 | nfs.nfsstat4 == 2 error is [Errno 70] Stale NFS file handle Status: NFS3ERR_NOENT or Status: NFS4ERR_NOENT

时间:2020-05-26 22:38:41      阅读:225      评论:0      收藏:0      [点我收藏+]

nfsv4 && nfsv3 on macos

NFS3ERR_NOENT | NFS4ERR_NOENT
发生在 想lookup时,发现文件已经被remove了 No such file or directory. The file or directory name specified does not exist.
反应在上层是: [Errno 70] Stale NFS file handle

[CRITICAL] 2020-05-25 00:43:44,755 Group-1 [CRITICAL_ERROR]: append failure happen for file testfile29289 at 1590392624697, error is [Errno 70] Stale NFS file handle: ‘testfile29289‘

2187 lookup call 获得了如下:

2190reply:
nfs.status3 == 2
Status: NFS3ERR_NOENT (2) ---> No such file or directory. The file or directory name specified does not exist.

因为在2135 -- 2175之间,rename - remove 了这个file,导致2187lookup的时候 2190 replyNFS3ERR_NOENT

nfsv4 也是如此:
技术分享图片

lookup 时获得nfs.status3 == 2 | nfs.nfsstat4 == 2 error is [Errno 70] Stale NFS file handle Status: NFS3ERR_NOENT or Status: NFS4ERR_NOENT

原文:https://www.cnblogs.com/vivivi/p/12968724.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!