https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244431
Alan Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #1 from Alan Somers <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
