1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

oadp1631pvfalse

This commit is contained in:
Carmi Wisemon
2023-05-10 12:06:36 +03:00
committed by openshift-cherrypick-robot
parent f26c0cbd9e
commit ec4dea1ccf

View File

@@ -36,10 +36,11 @@ spec:
- backups.velero.io
- restores.velero.io
- resticrepositories.velero.io
restorePVs: true
restorePVs: true <3>
----
<1> Name of the `Backup` CR.
<2> Optional. Specify an array of resources to include in the restore process. Resources might be shortcuts (for example, 'po' for 'pods') or fully-qualified. If unspecified, all resources are included.
<2> Optional: Specify an array of resources to include in the restore process. Resources might be shortcuts (for example, `po` for `pods`) or fully-qualified. If unspecified, all resources are included.
<3> Optional: The `restorePVs` parameter can be set to `false` in order to turn off restore of `PersistentVolumes` from `VolumeSnapshot` of Container Storage Interface (CSI) snapshots, or from native snapshots when `VolumeSnaphshotLocation` is configured.
. Verify that the status of the `Restore` CR is `Completed` by entering the following command:
+