add disableXAttr in mount option

This commit is contained in:
ningfd
2022-06-06 11:27:12 +08:00
parent 4a046e4de7
commit f32142f6f5
4 changed files with 23 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ type Option struct {
DataCenter string
Umask os.FileMode
Quota int64
DisableXAttr bool
MountUid uint32
MountGid uint32