Skip to content

Release v1.5.1

Compare
Choose a tag to compare
@jooseppi-luna jooseppi-luna released this 27 Aug 20:16
6c92387

Changes:

This patch addresses issues with specifying a PowerFlex name instead of ID when configuring the driver that can lead to issues when unpublishing volumes.

Instructions to use:

  • If PowerFlex system name is used in secret and in storage class and the name has changed, add a new field to array secret "allSystemNames" with a comma separated list of that systems previous names, for example:
    password: "xxxxxx"
    systemID: "pflex_new_system"
    allSystemNames: "pflex-previous1-name,pflex-previous2-name"
    endpoint: "https://1.2.3.4"
    skipCertificateValidation: true
    mdm: "1.2.4.5"
    isDefault: true
    

Note: allSystemNames: "pflex-old-system1" , has the other names with which volumes were provisioned using this csi-driver.
restart the vxflexos driver pods after secret has been updated.

Helm:

New driver image is already supplied in helm/csi-vxflexos/driver-image.yaml. To upgrade your driver to the patched image, run:
./csi-install.sh --namespace vxflexos --values <your values file> --upgrade

Operator:

Replace image dellemc/csi-vxflexos:v1.5.0 with dellemc/csi-vxflexos:v1.5.1 in sample yaml.