mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
833 B
Plaintext
23 lines
833 B
Plaintext
// Module included in the following assemblies:
|
||
//
|
||
// * backup_and_restore/application_backup_and_restore/troubleshooting/backup-and-restore-cr-issues.adoc
|
||
//
|
||
:_mod-docs-content-type: PROCEDURE
|
||
|
||
[id="troubleshooting-backup-cr-cannot-retrieve-volume-issue_{context}"]
|
||
= Troubleshooting issue where backup CR cannot retrieve volume
|
||
|
||
[role="_abstract"]
|
||
If the persistent volume (PV) and the snapshot locations are in different regions, the `Backup` custom resource (CR) displays the following error message:
|
||
|
||
.Sample error
|
||
[source,text]
|
||
----
|
||
InvalidVolume.NotFound: The volume ‘vol-xxxx’ does not exist.
|
||
----
|
||
|
||
.Procedure
|
||
|
||
. Edit the value of the `spec.snapshotLocations.velero.config.region` key in the `DataProtectionApplication` manifest so that the snapshot location is in the same region as the PV.
|
||
|
||
. Create a new `Backup` CR. |