1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-28 21:31:56 +02:00

weed mount default EnableACL,Support chmod chown (#4335)

This commit is contained in:
renweijun 2023-03-25 19:47:53 +08:00 committed by GitHub
parent 5db9fcccd4
commit bbd461b2c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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