Skip to content

3.06

Compare
Choose a tag to compare
@chrislusf chrislusf released this 23 May 08:27
· 2766 commits to master since this release

You can now setup a production-ready SeaweedFS S3 on AWS with cloudformation to enjoy the fastest S3 API, and support SeaweedFS!

This fixed a bug introduced since 2.93, where files larger than 10000*chunkSize will have wrong content during read time. The data storage is fine but the read operation has bug. The default chunks size for 2MB for weed mount and 4MB for weed filer. So files larger than 20GB or 40GB will need this fix.

  • Filer
    • Use fsync option from fs.configure if not overwritten #3079
    • Reading files larger than 10000 * chunkSize will have error result.
  • Shell
    • volume.fix.replication avoid deleting volume replica if collection does not match #3056
  • Volume
    • Avoid two volume servers starting from the same directory #3059