[Bug 289711] NFS4 access is very slow - "Request couldn't be completed in time"
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289711 Rick Macklem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #12 from Rick Macklem <[email protected]> --- Created attachment 268431 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268431&action=edit nfs_clstate.c: Fix an open which has the same delegation stateid The packet trace indicates that the NFS client does a DELEGRETURN of a delegation stateid when the server returns a write delegation with the same delegation stateid as was in a prior read delegation. For this case, the DELEGRETURN should not be done, since it gets rid of the new write delegation. Hopefully the reporter can test with this patch and delegations enabled, to see if it alleviates the problem. (The patch is against main, so it might not apply to 14.3 cleanly, but it is small enough that it can be done manually.) -- You are receiving this mail because: You are the assignee for the bug.