Releases: openebs-archive/cstor-csi
Releases · openebs-archive/cstor-csi
v2.2.0
v2.1.0
fix(remount): resolve race condition in remount code (#122) When the remount feature is enabled process will be monitoring for mount points on that node. If mount points are marked as RO, process will launch go routines for them in a loop. Since these go routine are using the same stack variable vol when the loop iterates, change in value of the variable will lead to volumes not getting removed from transition list. Signed-off-by: Payes Anand <payes.anand@mayadata.io>
v2.1.0-RC2
fix(remount): resolve race condition in remount code (#122) When the remount feature is enabled process will be monitoring for mount points on that node. If mount points are marked as RO, process will launch go routines for them in a loop. Since these go routine are using the same stack variable vol when the loop iterates, change in value of the variable will lead to volumes not getting removed from transition list. Signed-off-by: Payes Anand <payes.anand@mayadata.io>
v2.1.0-RC1
Release created via ./buildscripts/git-release
v1.12.1-RC1
Release created via ./buildscripts/git-release
v1.12.1
v2.0.0-RC2
Release created via ./buildscripts/git-release
v2.0.0-RC1
Release created via ./buildscripts/git-release
v2.0.0
v1.12.0
refact(cvc): add pvc annotation during provisioning (#103) commit add the persistentvolumeclaim name annotation in CVC resource while provisioning, requires to set in volume target deployments Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io> (cherry picked from commit 79932da41bd5e5d5fe186ab71c8f7515067d9fcb) Co-authored-by: prateekpandey14 <prateek.pandey@mayadata.io>