1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/oadp-troubleshooting-dpt.adoc
Shruti Deshpande 80350878b9 Data protection test features docs
Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
2025-09-23 08:38:56 +00:00

21 lines
1.0 KiB
Plaintext

// Module included in the following assemblies:
//
// * backup_and_restore/application_backup_and_restore/oadp-data-protection-test.adoc
:_mod-docs-content-type: CONCEPT
[id="oadp-troubleshooting-dpt_{context}"]
= Troubleshooting the DataProtectionTest custom resource
[role="_abstract"]
Use the following table to troubleshoot common issues when running the `DataProtectionTest` (DPT) custom resource (CR).
.DPT CR troubleshooting
|===
|Error |Reason |Solution
| DPT stuck in `InProgress` state | Bucket credentials or bucket access failure | Check `Secret` object, bucket permissions, and logs.
| Upload test failed | Incorrect `Secret` object or S3 endpoint | Check the `BackupStorageLocation` object config and the access keys.
| Snapshot tests fail | Incorrect configuration of CSI snapshot controller | Check the `VolumeSnapshotClass` object availability and the CSI driver logs.
| Bucket encryption or versioning not populated | Cloud provider limitations | Not all object storage providers expose these fields consistently.
|===