Skip to content

v1.3.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@ilixiaocui ilixiaocui released this 28 Jun 03:23
· 23 commits to release1.3 since this release
0f3ecec

new features

  1. Support discard to garbage collection.
  2. QoS of client.
  3. QoS of SnapshotCloneServer.
  4. Recover file in recycleBin.
    1. Fill chunks in chunkfile pool with 0 in the background.
  5. Silent data CRC verification in the background.
  6. Periodic automatic cleaning of recyclebin.

optimization

  1. Optimize optimize build script, optimize log printing.
  2. Translate some document and code comment from Chinese to English.
  3. Mark a online chunkserver to pendding status to migrate it's data.
  4. Clean up the remaining copyset after remove peer.
  5. Nbd auto map at reboot.
  6. ansible script improve:
    • Improve bool type var and some issues.
    • Improve daemon restart.
    • Incorporate some scripts in debain package and ansible template.

bug fix

  1. Fix recyclebin space statistics error bug.
  2. Fix a metric bug when not use walpool.
  3. Fix a nbd map concurrently bug.
  4. Fix discard and flatten concurrency issues.
  5. Fix max chunk id calculation error when use chunkfile poo as wal pool.
  6. Fix client retry when allocate segment failed as cluster space is pool.
  7. Add protection for unmap operation when io is not stopped.
  8. Fix a segment fault when client read from clone source.