Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@JacobGros JacobGros released this 25 May 16:17
d23c935

Changes:

This patch addresses several issues found in v1.0.0 of vgs:

  • Fix idempotent case detection for VolumeGroupSnapshot
  • Increase the timeout on waiting for a snapshot- we discovered the external snapshotter is having some issues with scale, and as a result, is giving us lots of errors to log; increasing the timeout mitigates that.
  • Remove line that causes crash
  • Move map update to main.go so it is only updated once and not every time reconcile is called -> this fixes a crash
  • Fix log messaging to be more accurate

Instructions to consume patch:

Helm:

Patched image is: dellemc/csi-volumegroup-snapshotter:v1.0.1
To use this image, apply the following change to your values.yaml file:

vgsnapshotter:
  enabled: true
  image: dellemc/csi-volumegroup-snapshotter:v1.0.1

then run csi-install.sh with --upgrade flag. For example:

./csi-install.sh --namespace vxflexos --values <your values file> --upgrade