SeaweedFS v2.14 Release Notes

Release Date: 2020-12-07 // over 3 years ago
    • Filer
      • Small files can be cached directly to filer store, avoiding additional http read to volume server. See -cacheToFilerLimit option.
    • WebDAV
      • Much improved WebDAV write performance.

Previous changes from v2.13

    • Volume Server
      • Support -dir.idx option for separate index file storage, which can be on faster SSDs.
      • Detect volume data file disk errors, and reported them as deleted.
    • Filer
      • Only retry broken network calls, but not normal errors. #1639
    • S3
      • Remove empty folders. #1637