aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/weedfs.go
diff options
context:
space:
mode:
authorningfd <fangdi.ning@seetatech.com>2022-06-06 11:27:12 +0800
committerningfd <fangdi.ning@seetatech.com>2022-06-06 14:09:01 +0800
commitf32142f6f5ef42b1b70a2f2b207f6982b7f8c58f (patch)
tree43a4dfaed59e14a6e73e7f4088e9f7b43b144fee /weed/mount/weedfs.go
parent4a046e4de7a40730895f8149120ce8d6e95f961d (diff)
downloadseaweedfs-f32142f6f5ef42b1b70a2f2b207f6982b7f8c58f.tar.xz
seaweedfs-f32142f6f5ef42b1b70a2f2b207f6982b7f8c58f.zip
add disableXAttr in mount option
Diffstat (limited to 'weed/mount/weedfs.go')
-rw-r--r--weed/mount/weedfs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/mount/weedfs.go b/weed/mount/weedfs.go
index 6437499bf..584174202 100644
--- a/weed/mount/weedfs.go
+++ b/weed/mount/weedfs.go
@@ -40,6 +40,7 @@ type Option struct {
DataCenter string
Umask os.FileMode
Quota int64
+ DisableXAttr bool
MountUid uint32
MountGid uint32