Releases: mayadata-io/cstor
Releases · mayadata-io/cstor
0.8.2-RC1
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
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
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
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
fix(CI): update gitlab-ci.yml to remove unit tests for 0.8.x branch (…
0.8.0
0.8.0-RC3
0.8.0-RC2
0.8.0-RC1
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>