Skip to content

Releases: mayadata-io/cstor

0.8.2-RC1

21 Mar 05:43
Compare
Choose a tag to compare
0.8.2-RC1 Pre-release
Pre-release
fix(zfs): create zinfo after setting the volume properties (#207)

For every volume creation command 'zfs create', zinfo will be created, and, it triggers management connection with target. During handshake in management connection, zrepl sends quorum property.
Quorum property is set after creating zinfo.

If there is race between handshake command and setting quorum property, zrepl may send default quorum property which is 'false' and can cause issues.

This PR is to avoid the race by creating zinfo after setting quorum property.

0.8.1-RC3

21 Feb 17:29
Compare
Choose a tag to compare
0.8.1-RC3 Pre-release
Pre-release
cherrypick(v0.8.x): deletion of stale clone dataset  (#202)

* [DE249]fix(zrepl): destroying all internal snapshots of rebuild clone dataset once rebuild completes (#199)
* [TC57] fix(stale clone): delete stale volume in timer fn and its test cases (#200)
* fix(memleak): freeing string in error case in uzfs_zinfo_destroy_stale_clone (#201)

Signed-off-by: mayank <mayank.patel@cloudbyte.com>

0.8.1-RC2

19 Feb 16:31
Compare
Choose a tag to compare
0.8.1-RC2 Pre-release
Pre-release
cherrypick(v0.8.x): deletion of stale clone dataset  (#202)

* [DE249]fix(zrepl): destroying all internal snapshots of rebuild clone dataset once rebuild completes (#199)
* [TC57] fix(stale clone): delete stale volume in timer fn and its test cases (#200)
* fix(memleak): freeing string in error case in uzfs_zinfo_destroy_stale_clone (#201)

Signed-off-by: mayank <mayank.patel@cloudbyte.com>

0.8.1

22 Feb 15:22
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release
cherrypick(v0.8.x): deletion of stale clone dataset  (#202)

* [DE249]fix(zrepl): destroying all internal snapshots of rebuild clone dataset once rebuild completes (#199)
* [TC57] fix(stale clone): delete stale volume in timer fn and its test cases (#200)
* fix(memleak): freeing string in error case in uzfs_zinfo_destroy_stale_clone (#201)

Signed-off-by: mayank <mayank.patel@cloudbyte.com>

0.8.1-RC1

30 Jan 13:15
Compare
Choose a tag to compare
0.8.1-RC1 Pre-release
Pre-release
fix(CI): update gitlab-ci.yml to remove unit tests for 0.8.x branch (…

0.8.0

06 Dec 09:50
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
fix(test): fixing incorrect test case (#163)

Signed-off-by: Pawan <pawanprakash101@gmail.com>

0.8.0-RC3

03 Dec 09:57
Compare
Choose a tag to compare
0.8.0-RC3 Pre-release
Pre-release
fix(pool_corruption): preventing multiple zrepl running at same time …

0.8.0-RC2

25 Nov 16:01
c7febba
Compare
Choose a tag to compare
0.8.0-RC2 Pre-release
Pre-release
fix(cvrStatus): considering mgmt conn into health of zinfo (#157)

Signed-off-by: Vishnu Itta <vitta@mayadata.io>

0.8.0-RC1

23 Nov 17:04
Compare
Choose a tag to compare
0.8.0-RC1 Pre-release
Pre-release
refactor(image): fix base ubuntu image for cstor containers (#156)

Using ubuntu:16.04 as base image results in flaky builds
if the mutable tag (16.04) is updated with a newer image.

Saved the ubuntu image that was working as openebs/cstor-ubuntu:xenial-20181005

Signed-off-by: kmova <kiran.mova@openebs.io>

0.7.2-RC1

13 Nov 02:56
6a062b8
Compare
Choose a tag to compare
0.7.2-RC1 Pre-release
Pre-release
fix(delete_internal_snap): deletes internally created snap (#148)

Signed-off-by: Vishnu Itta <vitta@mayadata.io>