Skip to content

Commit 984c5af

Browse files
committed
oadp1631pvfalse
1 parent bdba9d6 commit 984c5af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/oadp-creating-restore-cr.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ spec:
3636
- backups.velero.io
3737
- restores.velero.io
3838
- resticrepositories.velero.io
39-
restorePVs: true
39+
restorePVs: true <3>
4040
----
4141
<1> Name of the `Backup` CR.
42-
<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.
42+
<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.
43+
<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.
4344

4445
. Verify that the status of the `Restore` CR is `Completed` by entering the following command:
4546
+

0 commit comments

Comments
 (0)