support write once read many

fix https://github.com/seaweedfs/seaweedfs/issues/5954
This commit is contained in:
chrislu
2024-09-04 02:25:07 -07:00
parent 18afdb15b6
commit eb02946c97
5 changed files with 15 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ type Option struct {
Quota int64
DisableXAttr bool
WriteOnceReadMany bool
MountUid uint32
MountGid uint32
MountMode os.FileMode