Skip to content

Commit c5344c3

Browse files
authored
Merge pull request #50206 from xenolinux/error-msg-velero
BZ2093641: Add an error message for velero pod
2 parents 6179bb8 + dffa939 commit c5344c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/migration-error-messages.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ If a `Velero` `Backup` custom resource contains a reference to a backup storage
5858

5959
[source,terminal]
6060
----
61-
Error checking repository for stale locks
61+
$ oc logs <Velero_Pod> -n openshift-migration
62+
----
6263

63-
Error getting backup storage location: backupstoragelocation.velero.io \"my-bsl\" not found
64+
.Example output
65+
[source,terminal]
66+
----
67+
level=error msg="Error checking repository for stale locks" error="error getting backup storage location: BackupStorageLocation.velero.io \"ts-dpa-1\" not found" error.file="/remote-source/src/github.com/vmware-tanzu/velero/pkg/restic/repository_manager.go:259"
6468
----
6569

6670
You can ignore these error messages. A missing BSL cannot cause a migration to fail.

0 commit comments

Comments
 (0)