Skip to content

Releases: openebs-archive/jiva

0.8.2-RC1

21 Mar 05:52
Compare
Choose a tag to compare
0.8.2-RC1 Pre-release
Pre-release
fix(ping timeout): increase ping timeout (#190) (#194)

Increase ping timeout to 40s since sync and unmap timeout is
30s, hence ping timeout should be greater than these.

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>

0.8.1-RC3

21 Feb 17:27
Compare
Choose a tag to compare
0.8.1-RC3 Pre-release
Pre-release
fix(replica): add logs for io timeout in replica (#186) (#187)

* fix(replica): add logs for io timeout in replica

    Recently we have observed that controller was logging an error
    if io timeout happened but in replica there was no sign of such
    error. So log has been added to replica also which compare the
    the time took for the request to complete with the operation timeout
    and print logs if required.

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>

0.8.1

22 Feb 16:13
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release
fix(replica): add logs for io timeout in replica (#186) (#187)

* fix(replica): add logs for io timeout in replica

    Recently we have observed that controller was logging an error
    if io timeout happened but in replica there was no sign of such
    error. So log has been added to replica also which compare the
    the time took for the request to complete with the operation timeout
    and print logs if required.

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>

0.8.1-RC2

19 Feb 17:18
Compare
Choose a tag to compare
0.8.1-RC2 Pre-release
Pre-release
[TA4197] fix(replica): set timeout to nolimit for open req (#183) (#184)

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>

0.8.1-RC1

30 Jan 13:49
Compare
Choose a tag to compare
0.8.1-RC1 Pre-release
Pre-release
fix(cherrypick): pingTimeout changes and disk detach to 0.8.1 (#180)

* [TA4284] fix(rpc): close connection at the client & server on errors or pingTimeout (#168)

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>

* [TA4759] fix(replica): handle case of disk-detach

- Issue Ref: openebs/openebs#1387
- Log and handle the case of disk-detach cases (input/output error)
  in case it's `EIO` error fatal the replica.

Note:
- What happens to running replica ?
  Replica will be fataled.
- What will happen upon replica restart after fatal?
  Replica will always be fataled until disk is attached
- What will happen to controller ?
  It will remove the fataled replica, and will continue to serve
  IO's if quorum is met.

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>

0.8.0-RC3

03 Dec 10:44
1ff7252
Compare
Choose a tag to compare
0.8.0-RC3 Pre-release
Pre-release
Merge pull request #165 from atulabhi/update-gitlab

updated gitlab ci yaml to run cleanup everytime and added a trigger variable

0.8.0

06 Dec 12:49
1ff7252
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
Merge pull request #165 from atulabhi/update-gitlab

updated gitlab ci yaml to run cleanup everytime and added a trigger variable

0.8.0-RC2

26 Nov 02:11
16cfd27
Compare
Choose a tag to compare
0.8.0-RC2 Pre-release
Pre-release
Merge pull request #162 from ksatchit/infra_pipeline_chaos

(refactor)(ci): triggers additional pipeline for infra chaos on aws platform

0.8.0-RC1

23 Nov 17:07
16cfd27
Compare
Choose a tag to compare
0.8.0-RC1 Pre-release
Pre-release
Merge pull request #162 from ksatchit/infra_pipeline_chaos

(refactor)(ci): triggers additional pipeline for infra chaos on aws platform

0.7.2-RC1

13 Nov 16:39
Compare
Choose a tag to compare
0.7.2-RC1 Pre-release
Pre-release
chorus(cherry-pick): merge commits from master to v0.7.x (#159)

* Fix a small typo in json tag of VolumeStats struct (#150)

Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>

* Fix typo: "happenes" is a misspelling of "happens" (#148)

Signed-off-by: Joseph Herlant <aerostitch@debian.org>

* [TA3796] fix(travis): update Dockerfile.dapper

This commit upgrades the docker version used to build the env
to latest stable ones.

Signed-off-by: Utkarsh Mani Tripathi <utkarshmani1997@gmail.com>

* Extracted common values and functions (#136)

Signed-off-by: Singh <gagandeep.singh@emc.com>

* Running gofmt -s (#149)

Signed-off-by: Joseph Herlant <aerostitch@debian.org>

* Minor changes to doc (#157)

Signed-off-by: Valerian Pereira <valerianpereira25@gmail.com>