support write once read many
fix https://github.com/seaweedfs/seaweedfs/issues/5954
This commit is contained in:
@@ -247,6 +247,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
|
||||
Cipher: cipher,
|
||||
UidGidMapper: uidGidMapper,
|
||||
DisableXAttr: *option.disableXAttr,
|
||||
WriteOnceReadMany: *option.writeOnceReadMany,
|
||||
})
|
||||
|
||||
// create mount root
|
||||
|
||||
Reference in New Issue
Block a user