Troubleshooting Backup & Restore service issues
List of known Backup & Restore issues in IBM Fusion.
Small IBM Scale PersistentVolumeClaims (PVCs) can cause failures
Small IBM Scale PersistentVolumeClaims (PVCs) are more prone to VolumeSnapshot failures. The smaller the PVC, the higher the likelihood. However, failures can occur regardless of size. According to IBM Scale, 10Gi is the threshold above which failures are quite unlikely, and below which they may begin to occur on a semi-regular basis.
Common issues
- Backup or restore fails because of PVCs
-
- Problem statement
- Backup & Restore fails with the following error message:
error to create persistentvolumeclaims "<claim name>" is forbidden: exceeded quota"
- Cause
- During backup or restore operations, the Backup & Restore service temporarily allocates additional storage through PersistentVolumeClaims to stage application data. The requested storage size can even match the application size backed up or restored.
- Resolution
-
- Scenario 1: Failure due to ResourceQuota:
Adjust or remove the storage.capacity field from the
ResourceQuotaobject to allow the Backup & Restore service to allocate staging PersistentVolumeClaims as needed. The quota must equal the total size of the largest application's PersistentVolumeClaims, plus an additional 10Gi for local in-place policy storage. A higher quota may be required when you perform parallel operations that span all applications backed up or restored simultaneously. - Scenario 2: Failure due to ClusterResourceQuota:
During backup or restore operations, Backup & Restore service temporarily consumes additional storage using PersistentVolumeClaims to stage data. To ensure successful backup and restore, either exclude the Backup & Restore namespace from the quota or increase it sufficiently. The quota must be set to the total size of the largest application's PersistentVolumeClaims, plus an additional 10Gi for local in-place policy storage. A higher quota may be necessary when you perform parallel operations that span all applications backed up or restored simultaneously.
For more information about resource quotas, see Red Hat Documentation.
- Scenario 1: Failure due to ResourceQuota: