mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
21 lines
1.0 KiB
Plaintext
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.
|
|
|
|
|=== |