[0.4.0]
Update seaweedfs to 4.21
Full Changelog
FUSE Mount now is 100% POSIX Compliant
FUSE Mount added Peer-to-peer file chunk sharing!
For AI Use case, added optimization for all-to-all parallel downloading from volume server for loading Large Language Models.
S3 reading performance is improved for large files. Welcome to report actual performance improvements.
And one more thing: A NFS Server is added !!!
fix(mount): propagate hard-link nlink changes to sibling cache entries by @chrislusf in #9062
feat(mount): cap write buffer with -writeBufferSizeMB by @chrislusf in #9066
perf(s3): route GET through ChunkReadAt + per-request ReaderCache by @chrislusf in #9068
[nfs] Add NFS by @chrislusf in #9067
security(s3api): reject unsigned x-amz-* headers in SigV4 requests by @chrislusf in #9121