From ec4dea1ccf1edcb91fd3c4f4f072b608c3ebc8de Mon Sep 17 00:00:00 2001 From: Carmi Wisemon Date: Wed, 10 May 2023 12:06:36 +0300 Subject: [PATCH] oadp1631pvfalse --- modules/oadp-creating-restore-cr.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/oadp-creating-restore-cr.adoc b/modules/oadp-creating-restore-cr.adoc index 2503b216fa..13b807f4ba 100644 --- a/modules/oadp-creating-restore-cr.adoc +++ b/modules/oadp-creating-restore-cr.adoc @@ -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: +