[Bug 266879] fusefs, net/glusterfs: GlusterFS mount not handled as expected
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 13:16:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266879 --- Comment #9 from Alan Somers <asomers@FreeBSD.org> --- (In reply to David from comment #8) > it also looks like vfs.fuse.lookup_cache_enable is no longer an option as well > as I was trying to see if that would make a difference That's because it's named "vfs.fusefs" not "vfs.fuse". > does BSD put a buf data cache in front of FUSE? Yes, but the daemon can control the cache, if it's using protocol level 7.23 or higher. And even with lower protocol levels, the cache is by default write-through, not write-back. That's why I asked what protocol level gluster is using. Can you try running the daemon in verbose mode? -- You are receiving this mail because: You are the assignee for the bug.