Skip to content

Commit 098cebc

Browse files
committed
Do NOT use FUSE-T
1 parent cca8044 commit 098cebc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/cluster_fs_fuse.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ func MountCluster(
909909
ErrorLogger: cfg.GetStdLogger(cfg.NewLogger("fuse"), logrus.ErrorLevel),
910910
DisableWritebackCaching: true,
911911
UseVectoredRead: true,
912+
FuseImpl: fuse.FUSEImplMacFUSE,
912913
}
913914

914915
if flags.DebugFuse {

internal/goofys_fuse.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ func mountFuseFS(fs *Goofys) (mfs MountedFS, err error) {
938938
DisableWritebackCaching: true,
939939
UseVectoredRead: true,
940940
UseReadDirPlus: true,
941+
FuseImpl: fuse.FUSEImplMacFUSE,
941942
}
942943

943944
if fs.flags.DebugFuse {

0 commit comments

Comments
 (0)