Date: Sat, 13 Jan 2024 19:08:39 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 276299] Write performance to NFS share is ~4x slower than on 13.2 Message-ID: <bug-276299-3630-BMkKiZ558y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276299-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-276299-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276299 --- Comment #5 from Rick Macklem <rmacklem@FreeBSD.org> --- There is very little difference in the NFS server for 13.2 vs 14.0. As such, the hit is most likely a network fabric issue or a ZFS issue. The only thing I can suggest to try is: rsize=3D131072,wsize=3D131072 It should perform about as well as 1Mbyte, but??? If it does help a lot, there is something in the network fabric (most likely the NIC/driver) that cannot handle the burst of TCP segments well. Did you happen to have "sync=3Ddisabled" set on your 13.2 ZFS. Setting this runs the risk of data loss when the NFS server crashes/reboots, but will help w.r.t. write performance. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276299-3630-BMkKiZ558y>