https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249871
--- Comment #3 from Rick Macklem <rmack...@freebsd.org> --- Created attachment 218479 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218479&action=edit log readdirplus VOP_LOOKUP() failures This little patch adds a printf() that logs VOP_LOOKUP() errors, if any occur in the NFSv4 server's readdir. --> VOP_LOOKUP() gets used instead of VFS_VGET() when the NFSv4 server is performing Readdir over ZFS, since VFS_VGET() is not reliable for ZFS. - If the VOP_LOOKUP() fails (I do not think it ever should), that would corrupt the Readdir reply. If you can add this patch to your server and note if the printf() happens (especially when "ls" fails), please do so. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"