mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
weed mount default EnableACL,Support chmod chown (#4335)
This commit is contained in:
parent
5db9fcccd4
commit
bbd461b2c6
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue