Browse Source

Merge branch 'master' of https://github.com/seaweedfs/seaweedfs

pull/4339/head
chrislu 2 years ago
parent
commit
d54798c3ae
  1. 2
      weed/command/mount_std.go

2
weed/command/mount_std.go

@ -182,7 +182,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
DirectMount: true,
DirectMountFlags: 0,
//SyncRead: false, // set to false to enable the FUSE_CAP_ASYNC_READ capability
//EnableAcl: true,
EnableAcl: true,
}
if *option.nonempty {
fuseMountOptions.Options = append(fuseMountOptions.Options, "nonempty")

Loading…
Cancel
Save