Skip to content

Releases: opencurve/curve

v1.2.1-rc0

v1.2.1-beta

23 Jul 06:01
Compare
Choose a tag to compare
v1.2.1-beta Pre-release
Pre-release
ansible: fix mds etcd daemon script

v1.3.0-beta2

14 Jul 03:32
Compare
Choose a tag to compare
v1.3.0-beta2 Pre-release
Pre-release

v1.3.0-beta1

v1.3.0-beta

28 Jun 03:23
0f3ecec
Compare
Choose a tag to compare
v1.3.0-beta Pre-release
Pre-release

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.

v1.2.0-rc1

21 May 02:03
Compare
Choose a tag to compare
v1.2.0-rc1 Pre-release
Pre-release
ansible: fix copy file failed

v1.0.4

28 May 05:56
Compare
Choose a tag to compare

v1.0.3-rc0

21 Apr 03:06
Compare
Choose a tag to compare

changes from v1.0.2-rc0

1、change max file length from 4TB to 20TB.
2、move param file max length , file min length, file segment size from hard code to config file

v1.2.0-rc0

14 May 06:46
Compare
Choose a tag to compare
v1.2.0-rc0 Pre-release
Pre-release

fix some bug from v1.2.0-beta2

  • fix some metirc bug
  • fix stripe bug that too small stripeUnit cause io error
  • fix bug CreateCloneFile missing param
  • add option for read/write stripe file as normal
  • move some file param from hard code to config file

v1.2.0-beta2

16 Mar 11:19
Compare
Choose a tag to compare
v1.2.0-beta2 Pre-release
Pre-release

fix some bug from v1.2.0-beta-1

  1. fix some ansible script bug
  2. fix some log error
  3. fix some tool bug