[Bug 266879] fusefs, net/glusterfs: GlusterFS mount not handled as expected
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Nov 2022 09:41:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266879
--- Comment #13 from David <david@aitch2o.com> ---
ok so I caught an error on the console in the lines of:
WARNING: FUSE protocol violation for server mounted at /codebase: cache
incoherent! To prevent data corruption, disable the data cache by mounting with
-o direct_io
I have been through the fuse manual and can't find any info on how to add an
entry in fstab with the -o direct_io option
fstab entry:
```
root@au-syd01-qa-app01:~ # cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ufs/rootfs / ufs rw 1 1
au-syd01-qa-brick01.net.local:/attachments /attachments fusefs
rw,acl,transport=tcp,_netdev,backup-volfile-servers=au-syd01-qa-brick02.net.local:au-syd01-qa-brick03.net.local,mountprog=/usr/local/sbin/mount_glusterfs,late
0 0
au-syd01-qa-brick01.net.local:/codebase /codebase fusefs
rw,acl,transport=tcp,_netdev,backup-volfile-servers=au-syd01-qa-brick02.net.local:au-syd01-qa-brick03.net.local,mountprog=/usr/local/sbin/mount_glusterfs,late
0 0
root@au-syd01-qa-app01:~ #
```
--
You are receiving this mail because:
You are the assignee for the bug.