diff options
| author | chrislu <chris.lu@gmail.com> | 2023-03-25 22:03:00 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-03-25 22:03:00 -0700 |
| commit | d54798c3ae4fe940246e5b32eb25cdf6199bff57 (patch) | |
| tree | 4481ae8506f0059dfc09fb086cb3f8d4a7b60ba8 | |
| parent | 6bfb91b539519f6524c3d4d95507855c475191f0 (diff) | |
| parent | bbd461b2c67eb391cbb94b104b44e0e5c38ed4ad (diff) | |
| download | seaweedfs-d54798c3ae4fe940246e5b32eb25cdf6199bff57.tar.xz seaweedfs-d54798c3ae4fe940246e5b32eb25cdf6199bff57.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
| -rw-r--r-- | weed/command/mount_std.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index 33061146a..5f67bbad3 100644 --- a/weed/command/mount_std.go +++ b/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") |
