Skip to content

23.7.2

Compare
Choose a tag to compare
@hemadrid hemadrid released this 01 Sep 15:26
· 352 commits to master since this release

Bug Fix

Issue: If the status is larger than the maximum etcd request size (1.5M), the update of the kdmp generic backup status in the Volumebackup CR will fail.
User Impact: At times, the failure of the update to the Volumebackup CR causes the kdmp backup to also fail.
Resolution: Currently, the practice involves refraining from updating the actual status in the Volumebackup CR if it is large. Instead, the update is made within the log of the job pod. #303