File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,13 @@ If a `Velero` `Backup` custom resource contains a reference to a backup storage
58
58
59
59
[source,terminal]
60
60
----
61
- Error checking repository for stale locks
61
+ $ oc logs <Velero_Pod> -n openshift-migration
62
+ ----
62
63
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"
64
68
----
65
69
66
70
You can ignore these error messages. A missing BSL cannot cause a migration to fail.
You can’t perform that action at this time.
0 commit comments