Skip to content

upgrade to latest version of ceph-csi-cephfs (3.11.0)

Jack Charlie Munday requested to merge build/ceph-csi-3.11.0 into master

Upgraded to latest version of ceph-csi-cephfs from 3.9.0 -> 3.11.0. I have read through the release notes for both releases and none of the breaking changes should affect us.

I have ran the integration tests by upgrading cern-magnum in place on a fresh cluster by running helm upgrade -n kube-system cern-magnum . from the repo route. Applied the cephfs tests in kops/testing/integration one by one and they have all passed.

Removed legacy attacher options as this is no longer valid config.

$ helm pull ceph-csi/ceph-csi-cephfs --untar
$ cat ceph-csi-cephfs/values.yaml | yq .provisioner.attacher
null

Chart and images already replicated per this closed MR.

Closes #89 (closed)

Edited by Jack Charlie Munday

Merge request reports

Loading