Skip to content

v24.3.4

Latest
Compare
Choose a tag to compare
@cnbu-jenkins cnbu-jenkins released this 12 Dec 15:13

Fixes

Issue Number Issue Description Severity
PB-8630 In IBM environments, backups or restores of Persistent Volume Claims (PVCs) fail when using certain CSI provisioners (e.g., IBM File). These provisioners do not invoke the kubelet ownership and permission change functions, causing kopia to fail due to insufficient read permissions.

User Impact: Users with IBM File provisioners cannot perform KDMP backups because KDMP job pods lack the required read permissions.

Resolution: KDMP job pods now support the anyuid annotation to address permission issues. To enable this:
  1. Add the PROVISIONERS_TO_USE_ANYUID: openshift-storage.cephfs.csi.ceph.com,provisioner2 entry to the KDMP ConfigMap.
  2. Apply this ConfigMap on both the backup and restore clusters.

This ensures KDMP job pods run with the necessary permissions, resolving backup and restore failures.

Affected Versions: 24.3.3 and earlier
Minor