Date: Thu, 27 Feb 2020 03:03:12 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 244431] Incorrect file handle in fsync on FUSE-based filesystem. Message-ID: <bug-244431-227-3uiebwkkMw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244431-227@https.bugs.freebsd.org/bugzilla/> References: <bug-244431-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=244431 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |asomers@FreeBSD.org --- Comment #1 from Alan Somers <asomers@FreeBSD.org> --- Thanks for the great bug report! I can't reproduce this problem using a simple passthrough file system, and I'm not setup to use moosefs. So can you please try again, collect some more information with dtrace? Run the following command while you reproduce the bug, and show me the output: sudo dtrace -i 'fbt:fusefs:fdisp_wait_answ:entry /args[0]->finh->opcode == 20/ {printf("nodeid=%d", args[0]->finh->nodeid);}' -i 'fbt:fusefs:fuse_vnop_fsync:entry' -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244431-227-3uiebwkkMw>
