23.7.2
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