Date: Thu, 03 Nov 2022 09:41:54 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 266879] fusefs, net/glusterfs: GlusterFS mount not handled as expected Message-ID: <bug-266879-227-CgMCfzdESh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266879-227@https.bugs.freebsd.org/bugzilla/> References: <bug-266879-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266879 --- 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=3Dtcp,_netdev,backup-volfile-servers=3Dau-syd01-qa-brick02= .net.local:au-syd01-qa-brick03.net.local,mountprog=3D/usr/local/sbin/mount_= glusterfs,late 0 0 au-syd01-qa-brick01.net.local:/codebase /codebase fusefs rw,acl,transport=3Dtcp,_netdev,backup-volfile-servers=3Dau-syd01-qa-brick02= .net.local:au-syd01-qa-brick03.net.local,mountprog=3D/usr/local/sbin/mount_= glusterfs,late 0 0 root@au-syd01-qa-app01:~ #=20 ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266879-227-CgMCfzdESh>