Date: Sat, 30 Dec 2023 00:12:31 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276002] nfscl: data corruption using copy_file_range Message-ID: <bug-276002-227-rIxPjgj0ck@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276002-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276002 --- Comment #4 from Alan Somers <asomers@FreeBSD.org> --- I'll try that patch shortly. In the meantime, I've discovered a much quicker way to reproduce the problem by increasing the operation sizes. Change the copy_file_range.toml file to contain this: flen = 524288 nomsyncafterwrite = true [opsize] max = 131072 min = 65536 [weights] truncate = 1 fsync = 1 fdatasync = 1 punch_hole = 0 sendfile = 1 write = 10 read = 10 copy_file_range = 10 -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276002-227-rIxPjgj0ck>
