Skip to content

Commit

Permalink
Do NOT use FUSE-T
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Nov 2, 2024
1 parent cca8044 commit 098cebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/cluster_fs_fuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ func MountCluster(
ErrorLogger: cfg.GetStdLogger(cfg.NewLogger("fuse"), logrus.ErrorLevel),
DisableWritebackCaching: true,
UseVectoredRead: true,
FuseImpl: fuse.FUSEImplMacFUSE,
}

if flags.DebugFuse {
Expand Down
1 change: 1 addition & 0 deletions internal/goofys_fuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ func mountFuseFS(fs *Goofys) (mfs MountedFS, err error) {
DisableWritebackCaching: true,
UseVectoredRead: true,
UseReadDirPlus: true,
FuseImpl: fuse.FUSEImplMacFUSE,
}

if fs.flags.DebugFuse {
Expand Down

0 comments on commit 098cebc

Please sign in to comment.