Skip to content

Releases: opencurve/curve

v1.2.7-rc6

23 May 02:18
Compare
Choose a tag to compare
v1.2.7-rc6 Pre-release
Pre-release
client: support create stripe volume from py_client.conf

v1.2.7-rc5

26 Feb 06:53
Compare
Choose a tag to compare

What's Changed

  • curvebs(mds) fix/chunkserver: memory slow leak reference by @ilixiaocui in #2994

Full Changelog: v1.2.7-rc5...v1.2.7-rc5

v1.2.7-rc4

27 Dec 12:30
Compare
Choose a tag to compare
v1.2.7-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.7-rc3...v1.2.7-rc4

v2.8.0-beta

13 Dec 09:00
Compare
Choose a tag to compare
v2.8.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.7.0-rc1...v2.8.0-beta

v1.2.7-rc3

07 Dec 08:19
Compare
Choose a tag to compare

What's Changed

  • curvebs(client): Fix segment fault when opening clonesource files concurrently by @wu-hanqing in #2945
  • mds:fix updatechunkserverstat bug & add some logs by @xu-chaojie in #2947

Full Changelog: v1.2.7-rc2...v1.2.7-rc3

v1.5.0-rc0

30 Nov 11:18
Compare
Choose a tag to compare

CHANGELOG of v1.5

Features

Local Snapshot

The related functions provided by local snapshots are as follows:

  • Create snapshot
  • Delete snapshot
  • List snapshots
  • Protect snapshot
  • Unprotect snapshot

Local Clone

The relevant functions provided by local cloning are as follows:

  • Clone, that is, clone a subvolume from a local snapshot
  • Flatten, which is to complement the data of the child volume and decouple it from the parent volume and snapshot.
  • children, that is, the subvolumes cloned by querying the snapshot of the parent volume or the subvolumes cloned by querying the snapshot.

Tools-v2 support for local snapshot and local clone

The tools-v2 tool provides a local snapshot command line tool to execute the above-mentioned local snapshot and clone command lines.

For specific instructions on how to use the tool commands, see the documentation:

localsnapshotclone_tools_api

RESTful API interface support for local snapshot and local clone

SnapshotCloneServer provides a RESTful API interface, which provides an interface in the form of RESTful API to perform the above-mentioned local snapshot and cloning functions. In addition, RESTful API interfaces for creating volumes, deleting volumes, and listing volumes are provided.

For specific restfulapi functions, see the documentation:

localsnapshotclone_restful_api

The current version's compatibility with the old s3 snapshot-related API functions has not yet been implemented. It is expected to be compatible with the old API in the next version.

spdk tgt server that supports caching

In particular, the release 1.5 version also supports exporting iscsi volumes through the spdk tgt function. By docking the spdk tgt module, curveadm can create a curve target node that supports caching and mount it to multiple platforms such as windows through iscsi (this part requires curveadm Specific versions support).

v1.2.7-rc2

29 Nov 02:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7-rc1...v1.2.7-rc2

v2.7.0-rc2

v2.7.0-rc1

21 Nov 09:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0-beta2...v2.7.0-rc1

v2.7.0-beta2

08 Nov 02:47
Compare
Choose a tag to compare
v2.7.0-beta2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.7.0-beta1...v2.7.0-beta2