NAGY Andreas
2018-Mar-10 13:10 UTC
RE: NFS 4.1 RECLAIM_COMPLETE FS failed error in combination with ESXi client
Thanks, the not issuing delegation warnings disappeared with this patch. But now there are some new warnings I haven't seen so far: 2018-03-10T13:01:39.441Z cpu8:68046)WARNING: NFS41: NFS41FSOpGetObject:2148: Failed to get object 0x43910e71b386 [36 c6b10167 9b157f95 5aa100fb 8ffcf2c1 c 2 9f22ad6d 0 0 0 0 0]: Stale file handle These only appear several times after a the NFS share is mounted or remounted after a connection loss. Everything works fine, but haven't seen them till I applied the last patch. andi
Rick Macklem
2018-Mar-10 22:20 UTC
Re: NFS 4.1 RECLAIM_COMPLETE FS failed error in combination with ESXi client
NAGY Andreas wrote:>Thanks, the not issuing delegation warnings disappeared with this patch. > >But now there are some new warnings I haven't seen so far: >2018-03-10T13:01:39.441Z cpu8:68046)WARNING: NFS41: NFS41FSOpGetObject:2148: Failed to >get object 0x43910e71b386 [36 c6b10167 9b157f95 5aa100fb 8ffcf2c1 c 2 9f22ad6d 0 0 0 0 0]: >Stale file handleI doubt these would be related to the patch. A stale FH means that the client tried to access a file via its FH after it was removed. (Normally this is a client bug, but hopefully not one that will cause grief.)>These only appear several times after a the NFS share is mounted or remounted after a >connection loss. >Everything works fine, but haven't seen them till I applied the last patch. > >andiOk. Thanks for testing all of these patches. I will probably get cleaned up versions of them committed in April. The main outstanding issue is the Readdir one about directory changing too much. Hopefully I can find out something about it via email. Have fun with it, rick