[Bug 266879] fusefs, net/glusterfs: GlusterFS mount not handled as expected

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 20 Oct 2022 11:49:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266879

--- Comment #8 from David <david@aitch2o.com> ---
I have tried to turn it off

```
[root@au-syd01-qa-app02 ~]# sysctl vfs.fuse.data_cache_mode = 0
sysctl: unknown oid 'vfs.fuse.data_cache_mode'
sysctl: unknown oid ''
sysctl: unknown oid '0'
[root@au-syd01-qa-app02 ~]# 
```
I have tried mounting the brick outside of fstabe via 

```
mount_glusterfs  -o direct-io-mode=disable
au-syd01-qa-brick01.net.local:/codebase /codebase/
```

it exhibits the same issue

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 

does BSD put a buf data cache in front of FUSE?

-- 
You are receiving this mail because:
You are the assignee for the bug.