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-dpt-status-fields.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

25 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * backup_and_restore/application_backup_and_restore/oadp-data-protection-test.adoc
:_mod-docs-content-type: REFERENCE
[id="oadp-dpt-status_{context}"]
= OADP DataProtectionTest CR status fields
[role="_abstract"]
You can review the status of the `DataProtectionTest` (DPT) custom resource (CR) by using the following status fields:
.DPT CR status fields
|===
|Field |Type |Description
| `phase` | string | Current phase of the DPT CR. Values are `InProgress`, `Complete`, or `Failed`.
| `lastTested` | timestamp | The timestamp when the DPT CR was last run.
| `uploadTest` | object | Results of the upload speed test.
| `bucketMetadata` | object | Information about the storage bucket encryption and versioning.
| `snapshotTests` | list | Snapshot test results for each persistent volume claim.
| `snapshotSummary` | string | Aggregated pass/fail summary for snapshots. For example, `2/2 passed`.
| `s3Vendor` | string | {aws-short} S3-compatible storage bucket vendors. For example, {aws-short}, MinIO, Ceph.
| `errorMessage` | string | Error message if the DPT CR fails.
|===